Class: Aws::S3::Types::CreateBucketConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CreateBucketConfiguration
- 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
-
#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).
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 |