Class: Aws::S3::Types::GetBucketIntelligentTieringConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.

Returns:

  • (String)


5608
5609
5610
5611
5612
5613
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5608

class GetBucketIntelligentTieringConfigurationRequest < Struct.new(
  :bucket,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID used to identify the S3 Intelligent-Tiering configuration.

Returns:

  • (String)


5608
5609
5610
5611
5612
5613
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5608

class GetBucketIntelligentTieringConfigurationRequest < Struct.new(
  :bucket,
  :id)
  SENSITIVE = []
  include Aws::Structure
end