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 Debug for QueueConfigurationDeprecated
[src]
impl Default for QueueConfigurationDeprecated
[src]
fn default() -> QueueConfigurationDeprecated
Returns the "default value" for a type. Read more
impl Decodable for QueueConfigurationDeprecated
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<QueueConfigurationDeprecated, __D::Error>
__arg_0: &mut __D
) -> Result<QueueConfigurationDeprecated, __D::Error>
Deserialize a value using a Decoder
.