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

Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.

Bucket event for which to send notifications.

Trait Implementations

impl Debug for TopicConfigurationDeprecated
[src]

Formats the value using the given formatter.

impl Default for TopicConfigurationDeprecated
[src]

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

impl Decodable for TopicConfigurationDeprecated
[src]

Deserialize a value using a Decoder.

impl Encodable for TopicConfigurationDeprecated
[src]

Serialize a value using an Encoder.