Struct aws_sdk_rust::aws::s3::bucket::QueueConfigurationDeprecated [] [src]

pub struct QueueConfigurationDeprecated {
    pub queue: QueueArn,
    pub events: EventList,
    pub id: NotificationId,
    pub event: Event,
}

Fields

Trait Implementations

impl Debug for QueueConfigurationDeprecated
[src]

Formats the value using the given formatter.

impl Default for QueueConfigurationDeprecated
[src]

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

impl Decodable for QueueConfigurationDeprecated
[src]

Deserialize a value using a Decoder.

impl Encodable for QueueConfigurationDeprecated
[src]

Serialize a value using an Encoder.