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