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
queue: QueueArn
events: EventList
id: NotificationId
event: Event
Trait Implementations
impl Default for QueueConfigurationDeprecated
[src]
fn default() -> QueueConfigurationDeprecated
Returns the "default value" for a type. Read more