#[non_exhaustive]pub struct AwsS3BucketNotificationConfigurationS3KeyFilter { /* private fields */ }
Expand description
Details for an Amazon S3 filter.
Implementations§
source§impl AwsS3BucketNotificationConfigurationS3KeyFilter
impl AwsS3BucketNotificationConfigurationS3KeyFilter
sourcepub fn filter_rules(
&self
) -> Option<&[AwsS3BucketNotificationConfigurationS3KeyFilterRule]>
pub fn filter_rules(
&self
) -> Option<&[AwsS3BucketNotificationConfigurationS3KeyFilterRule]>
The filter rules for the filter.
source§impl AwsS3BucketNotificationConfigurationS3KeyFilter
impl AwsS3BucketNotificationConfigurationS3KeyFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsS3BucketNotificationConfigurationS3KeyFilter
.
Trait Implementations§
source§impl Clone for AwsS3BucketNotificationConfigurationS3KeyFilter
impl Clone for AwsS3BucketNotificationConfigurationS3KeyFilter
source§fn clone(&self) -> AwsS3BucketNotificationConfigurationS3KeyFilter
fn clone(&self) -> AwsS3BucketNotificationConfigurationS3KeyFilter
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<AwsS3BucketNotificationConfigurationS3KeyFilter> for AwsS3BucketNotificationConfigurationS3KeyFilter
impl PartialEq<AwsS3BucketNotificationConfigurationS3KeyFilter> for AwsS3BucketNotificationConfigurationS3KeyFilter
source§fn eq(&self, other: &AwsS3BucketNotificationConfigurationS3KeyFilter) -> bool
fn eq(&self, other: &AwsS3BucketNotificationConfigurationS3KeyFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.