Class: Aws::S3::Types::NotificationConfigurationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::NotificationConfigurationFilter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Specifies object key name filtering rules. For information about key name filtering, see [Configuring event notifications using object key name filtering] in the *Amazon S3 User Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
Constant Summary collapse
- SENSITIVE =
[]
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.
12187 12188 12189 12190 12191 |
# File 'lib/aws-sdk-s3/types.rb', line 12187 class NotificationConfigurationFilter < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |