Class: Aws::S3::Types::GetBucketWebsiteRequest

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

{
  bucket: "BucketName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket name for which to get the website configuration.

Returns:

  • (String)


4267
4268
4269
4270
# File 'lib/aws-sdk-s3/types.rb', line 4267

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