Class: Aws::S3::Types::DeleteBucketCorsRequest

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 DeleteBucketCorsRequest data as a hash:

{
  bucket: "BucketName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Returns:

  • (String)


1702
1703
1704
1705
# File 'lib/aws-sdk-s3/types.rb', line 1702

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