pub struct NotificationFilter {
pub s3_key: Value<S3KeyFilter>,
}Expand description
The AWS::S3::Bucket.NotificationFilter property type.
Fields§
§s3_key: Value<S3KeyFilter>Property S3Key.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for NotificationFilter
impl Debug for NotificationFilter
Source§impl Default for NotificationFilter
impl Default for NotificationFilter
Source§fn default() -> NotificationFilter
fn default() -> NotificationFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotificationFilter
impl RefUnwindSafe for NotificationFilter
impl Send for NotificationFilter
impl Sync for NotificationFilter
impl Unpin for NotificationFilter
impl UnwindSafe for NotificationFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more