Class: Aws::S3::Types::NotificationConfigurationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::NotificationConfigurationFilter
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon S3 User Guide.
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.
8721 8722 8723 8724 8725 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8721 class NotificationConfigurationFilter < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |