Struct rusoto_s3::QueueConfigurationDeprecated [−][src]
pub struct QueueConfigurationDeprecated {
pub events: Option<Vec<String>>,
pub id: Option<String>,
pub queue: Option<String>,
}Expand description
This data type is deprecated. Use QueueConfiguration for the same purposes. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
Fields
events: Option<Vec<String>>A collection of bucket events for which to send notifications.
id: Option<String>queue: Option<String>The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
Trait Implementations
Returns the “default value” for a type. Read more
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 QueueConfigurationDeprecated
impl Sync for QueueConfigurationDeprecated
impl Unpin for QueueConfigurationDeprecated
impl UnwindSafe for QueueConfigurationDeprecated
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more