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]

[src]

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

impl Debug for SqsAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SqsAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SqsAction

impl Sync for SqsAction