Class: Aws::S3::Types::CreateBucketOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.

Returns:

  • (String)


1506
1507
1508
1509
# File 'lib/aws-sdk-s3/types.rb', line 1506

class CreateBucketOutput < Struct.new(
  :location)
  include Aws::Structure
end