Struct rusoto_s3::NotificationConfigurationFilter [−][src]
pub struct NotificationConfigurationFilter {
pub key: Option<S3KeyFilter>,
}Expand description
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon S3 User Guide.
Fields
key: Option<S3KeyFilter>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 NotificationConfigurationFilter
impl Sync for NotificationConfigurationFilter
impl Unpin for NotificationConfigurationFilter
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