Class: Aws::S3::Types::GetBucketIntelligentTieringConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketIntelligentTieringConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketIntelligentTieringConfigurationRequest data as a hash:
{
bucket: "BucketName", # required
id: "IntelligentTieringId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
-
#id ⇒ String
The ID used to identify the S3 Intelligent-Tiering configuration.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-s3/types.rb', line 4994 class GetBucketIntelligentTieringConfigurationRequest < Struct.new( :bucket, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID used to identify the S3 Intelligent-Tiering configuration.
4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-s3/types.rb', line 4994 class GetBucketIntelligentTieringConfigurationRequest < Struct.new( :bucket, :id) SENSITIVE = [] include Aws::Structure end |