Class: Aws::S3::Types::DeleteBucketWebsiteRequest

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

{
  bucket: "BucketName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket name for which you want to remove the website configuration.

Returns:

  • (String)


2181
2182
2183
2184
# File 'lib/aws-sdk-s3/types.rb', line 2181

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