Struct aws_sdk_rust::aws::s3::bucket::TopicConfigurationDeprecated
[−]
[src]
pub struct TopicConfigurationDeprecated { pub topic: TopicArn, pub id: NotificationId, pub event: Event, pub events: EventList, }
Fields
topic: TopicArn
Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
id: NotificationId
event: Event
Bucket event for which to send notifications.
events: EventList
Trait Implementations
impl Debug for TopicConfigurationDeprecated
[src]
impl Default for TopicConfigurationDeprecated
[src]
fn default() -> TopicConfigurationDeprecated
Returns the "default value" for a type. Read more
impl Decodable for TopicConfigurationDeprecated
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<TopicConfigurationDeprecated, __D::Error>
__arg_0: &mut __D
) -> Result<TopicConfigurationDeprecated, __D::Error>
Deserialize a value using a Decoder
.