Class: Aws::S3::Types::IntelligentTieringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::IntelligentTieringConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
For information about the S3 Intelligent-Tiering storage class, see [Storage class for automatically optimizing frequently and infrequently accessed objects].
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::IntelligentTieringFilter
Specifies a bucket filter.
-
#id ⇒ String
The ID used to identify the S3 Intelligent-Tiering configuration.
-
#status ⇒ String
Specifies the status of the configuration.
-
#tierings ⇒ Array<Types::Tiering>
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
Instance Attribute Details
#filter ⇒ Types::IntelligentTieringFilter
Specifies a bucket filter. The configuration only includes objects that meet the filter’s criteria.
9301 9302 9303 9304 9305 9306 9307 9308 |
# File 'lib/aws-sdk-s3/types.rb', line 9301 class IntelligentTieringConfiguration < Struct.new( :id, :filter, :status, :tierings) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID used to identify the S3 Intelligent-Tiering configuration.
9301 9302 9303 9304 9305 9306 9307 9308 |
# File 'lib/aws-sdk-s3/types.rb', line 9301 class IntelligentTieringConfiguration < Struct.new( :id, :filter, :status, :tierings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the status of the configuration.
9301 9302 9303 9304 9305 9306 9307 9308 |
# File 'lib/aws-sdk-s3/types.rb', line 9301 class IntelligentTieringConfiguration < Struct.new( :id, :filter, :status, :tierings) SENSITIVE = [] include Aws::Structure end |
#tierings ⇒ Array<Types::Tiering>
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
9301 9302 9303 9304 9305 9306 9307 9308 |
# File 'lib/aws-sdk-s3/types.rb', line 9301 class IntelligentTieringConfiguration < Struct.new( :id, :filter, :status, :tierings) SENSITIVE = [] include Aws::Structure end |