Struct rusoto_iot::RepublishAction [] [src]

pub struct RepublishAction {
    pub role_arn: AwsArn,
    pub topic: TopicPattern,
}

Describes an action to republish to another topic.

Fields

The ARN of the IAM role that grants access.

The name of the MQTT topic.

Trait Implementations

impl Default for RepublishAction
[src]

Returns the "default value" for a type. Read more

impl Debug for RepublishAction
[src]

Formats the value using the given formatter.

impl Clone for RepublishAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more