Struct rusoto_iot::SqsAction[][src]

pub struct SqsAction {
    pub queue_url: String,
    pub role_arn: String,
    pub use_base_64: Option<bool>,
}

Describes an action to publish data to an Amazon SQS queue.

Fields

The URL of the Amazon SQS queue.

The ARN of the IAM role that grants access.

Specifies whether to use Base64 encoding.

Trait Implementations

impl Default for SqsAction
[src]

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

impl Debug for SqsAction
[src]

Formats the value using the given formatter. Read more

impl Clone for SqsAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SqsAction
[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

impl Send for SqsAction

impl Sync for SqsAction