Class: Aws::S3::Types::IntelligentTieringAndOperator
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::IntelligentTieringAndOperator
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prefix ⇒ String
An object key name prefix that identifies the subset of objects to which the configuration applies.
-
#tags ⇒ Array<Types::Tag>
All of these tags must exist in the object’s tag set in order for the configuration to apply.
Instance Attribute Details
#prefix ⇒ String
An object key name prefix that identifies the subset of objects to which the configuration applies.
9447 9448 9449 9450 9451 9452 |
# File 'lib/aws-sdk-s3/types.rb', line 9447 class IntelligentTieringAndOperator < Struct.new( :prefix, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
All of these tags must exist in the object’s tag set in order for the configuration to apply.
9447 9448 9449 9450 9451 9452 |
# File 'lib/aws-sdk-s3/types.rb', line 9447 class IntelligentTieringAndOperator < Struct.new( :prefix, :tags) SENSITIVE = [] include Aws::Structure end |