#[non_exhaustive]pub struct AwsS3BucketNotificationConfigurationDetail { /* private fields */ }
Expand description
Details for an S3 bucket notification configuration.
Implementations§
source§impl AwsS3BucketNotificationConfigurationDetail
impl AwsS3BucketNotificationConfigurationDetail
sourcepub fn filter(&self) -> Option<&AwsS3BucketNotificationConfigurationFilter>
pub fn filter(&self) -> Option<&AwsS3BucketNotificationConfigurationFilter>
The filters that determine which S3 buckets generate notifications.
sourcepub fn destination(&self) -> Option<&str>
pub fn destination(&self) -> Option<&str>
The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.
source§impl AwsS3BucketNotificationConfigurationDetail
impl AwsS3BucketNotificationConfigurationDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsS3BucketNotificationConfigurationDetail
.
Trait Implementations§
source§impl Clone for AwsS3BucketNotificationConfigurationDetail
impl Clone for AwsS3BucketNotificationConfigurationDetail
source§fn clone(&self) -> AwsS3BucketNotificationConfigurationDetail
fn clone(&self) -> AwsS3BucketNotificationConfigurationDetail
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<AwsS3BucketNotificationConfigurationDetail> for AwsS3BucketNotificationConfigurationDetail
impl PartialEq<AwsS3BucketNotificationConfigurationDetail> for AwsS3BucketNotificationConfigurationDetail
source§fn eq(&self, other: &AwsS3BucketNotificationConfigurationDetail) -> bool
fn eq(&self, other: &AwsS3BucketNotificationConfigurationDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.