class Aws::S3::Types::DeleteBucketCorsRequest

@note When making an API call, you may pass DeleteBucketCorsRequest

data as a hash:

    {
      bucket: "BucketName", # required
      expected_bucket_owner: "AccountId",
    }

@!attribute [rw] bucket

Specifies the bucket whose `cors` configuration is being deleted.
@return [String]

@!attribute [rw] expected_bucket_owner

The account ID of the expected bucket owner. If the bucket is owned
by a different account, the request will fail with an HTTP `403
(Access Denied)` error.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeleteBucketCorsRequest AWS API Documentation

Constants

SENSITIVE