Class: Aws::S3::Types::DeleteBucketIntelligentTieringConfigurationRequest

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)


3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3479

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

#idString

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

Returns:

  • (String)


3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3479

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