Struct rusoto_iot::RepublishAction[][src]

pub struct RepublishAction {
    pub role_arn: String,
    pub topic: String,
}

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. Read more

impl Clone for RepublishAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RepublishAction
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations