pub struct GetBucketNotificationConfigurationOutput {
pub notification_configuration: Option<NotificationConfiguration>,
}Expand description
S3 GetBucketNotificationConfigurationOutput.
Returns the notification configuration for a bucket. The fields mirror
the NotificationConfiguration structure from the AWS S3 model.
Fields§
§notification_configuration: Option<NotificationConfiguration>The notification configuration for the bucket.
Trait Implementations§
Source§impl Clone for GetBucketNotificationConfigurationOutput
impl Clone for GetBucketNotificationConfigurationOutput
Source§fn clone(&self) -> GetBucketNotificationConfigurationOutput
fn clone(&self) -> GetBucketNotificationConfigurationOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetBucketNotificationConfigurationOutput
impl Default for GetBucketNotificationConfigurationOutput
Source§fn default() -> GetBucketNotificationConfigurationOutput
fn default() -> GetBucketNotificationConfigurationOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketNotificationConfigurationOutput
impl RefUnwindSafe for GetBucketNotificationConfigurationOutput
impl Send for GetBucketNotificationConfigurationOutput
impl Sync for GetBucketNotificationConfigurationOutput
impl Unpin for GetBucketNotificationConfigurationOutput
impl UnsafeUnpin for GetBucketNotificationConfigurationOutput
impl UnwindSafe for GetBucketNotificationConfigurationOutput
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