Class: Aws::S3::Types::S3KeyFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::S3KeyFilter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
A container for object key name prefix and suffix filtering rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_rules ⇒ Array<Types::FilterRule>
A list of containers for the key-value pair that defines the criteria for the filter rule.
Instance Attribute Details
#filter_rules ⇒ Array<Types::FilterRule>
A list of containers for the key-value pair that defines the criteria for the filter rule.
16631 16632 16633 16634 16635 |
# File 'lib/aws-sdk-s3/types.rb', line 16631 class S3KeyFilter < Struct.new( :filter_rules) SENSITIVE = [] include Aws::Structure end |