#[non_exhaustive]pub struct AwsS3BucketNotificationConfiguration { /* private fields */ }
Expand description
The notification configuration for the S3 bucket.
Implementations§
source§impl AwsS3BucketNotificationConfiguration
impl AwsS3BucketNotificationConfiguration
sourcepub fn configurations(
&self
) -> Option<&[AwsS3BucketNotificationConfigurationDetail]>
pub fn configurations(
&self
) -> Option<&[AwsS3BucketNotificationConfigurationDetail]>
Configurations for S3 bucket notifications.
source§impl AwsS3BucketNotificationConfiguration
impl AwsS3BucketNotificationConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsS3BucketNotificationConfiguration
.
Trait Implementations§
source§impl Clone for AwsS3BucketNotificationConfiguration
impl Clone for AwsS3BucketNotificationConfiguration
source§fn clone(&self) -> AwsS3BucketNotificationConfiguration
fn clone(&self) -> AwsS3BucketNotificationConfiguration
Returns a copy 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 PartialEq<AwsS3BucketNotificationConfiguration> for AwsS3BucketNotificationConfiguration
impl PartialEq<AwsS3BucketNotificationConfiguration> for AwsS3BucketNotificationConfiguration
source§fn eq(&self, other: &AwsS3BucketNotificationConfiguration) -> bool
fn eq(&self, other: &AwsS3BucketNotificationConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.