Struct aws_sdk_rust::aws::s3::object::QueueConfiguration
[−]
[src]
pub struct QueueConfiguration { pub id: Option<NotificationId>, pub queue_arn: QueueArn, pub events: EventList, }
Container for specifying an configuration when you want Amazon S3 to publish events to an Amazon Simple Queue Service (Amazon SQS) queue.
Fields
id: Option<NotificationId>
queue_arn: QueueArn
Amazon SQS queue ARN to which Amazon S3 will publish a message when it detects events of specified type.
events: EventList
Trait Implementations
impl Debug for QueueConfiguration
[src]
impl Default for QueueConfiguration
[src]
fn default() -> QueueConfiguration
Returns the "default value" for a type. Read more
impl Decodable for QueueConfiguration
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<QueueConfiguration, __D::Error>
__arg_0: &mut __D
) -> Result<QueueConfiguration, __D::Error>
Deserialize a value using a Decoder
.