Class: Aws::S3::Types::CreateBucketConfiguration

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

Overview

The configuration information for the bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_constraintString

Specifies the Region where the bucket will be created. If you don't specify a Region, the bucket is created in the US East (N. Virginia) Region (us-east-1).

Returns:

  • (String)


1756
1757
1758
1759
1760
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 1756

class CreateBucketConfiguration < Struct.new(
  :location_constraint)
  SENSITIVE = []
  include Aws::Structure
end