Class: Aws::S3::Types::CreateBucketConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CreateBucketConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
The configuration information for the bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_constraint ⇒ String
Specifies the Region where the bucket will be created.
Instance Attribute Details
#location_constraint ⇒ String
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).
1767 1768 1769 1770 1771 |
# File 'lib/aws-sdk-s3/types.rb', line 1767 class CreateBucketConfiguration < Struct.new( :location_constraint) SENSITIVE = [] include Aws::Structure end |