Class: Aws::S3::Types::DeleteBucketRequest

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

Overview

Note:

When making an API call, you may pass DeleteBucketRequest data as a hash:

{
  bucket: "BucketName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Specifies the bucket being deleted.

Returns:

  • (String)


2144
2145
2146
2147
# File 'lib/aws-sdk-s3/types.rb', line 2144

class DeleteBucketRequest < Struct.new(
  :bucket)
  include Aws::Structure
end