Struct rusoto_s3::TopicConfigurationDeprecated [−][src]
pub struct TopicConfigurationDeprecated {
pub events: Option<Vec<String>>,
pub id: Option<String>,
pub topic: Option<String>,
}Expand description
A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events. This data type is deprecated. Use TopicConfiguration instead.
Fields
events: Option<Vec<String>>A collection of events related to objects
id: Option<String>topic: Option<String>Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for TopicConfigurationDeprecated
impl Sync for TopicConfigurationDeprecated
impl Unpin for TopicConfigurationDeprecated
impl UnwindSafe for TopicConfigurationDeprecated
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more