You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::NotificationConfigurationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::NotificationConfigurationFilter
- Defined in:
- (unknown)
Overview
Note:
When passing NotificationConfigurationFilter as input to an Aws::Client method, you can use a vanilla Hash:
{
key: {
filter_rules: [
{
name: "prefix", # accepts prefix, suffix
value: "FilterRuleValue",
},
],
},
}
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.
Returned by:
Instance Attribute Summary collapse
-
#key ⇒ Types::S3KeyFilter
A container for object key name prefix and suffix filtering rules.
.
Instance Attribute Details
#key ⇒ Types::S3KeyFilter
A container for object key name prefix and suffix filtering rules.