Struct rusoto_s3::QueueConfiguration [] [src]

pub struct QueueConfiguration {
    pub events: Vec<String>,
    pub filter: Option<NotificationConfigurationFilter>,
    pub id: Option<String>,
    pub queue_arn: String,
}

Container for specifying an configuration when you want Amazon S3 to publish events to an Amazon Simple Queue Service (Amazon SQS) queue.

Fields

Amazon SQS queue ARN to which Amazon S3 will publish a message when it detects events of specified type.

Trait Implementations

impl Default for QueueConfiguration
[src]

[src]

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

impl Debug for QueueConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for QueueConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations