Class: Aws::S3::Types::CreateBucketOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CreateBucketOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
Specifies the Region where the bucket will be created.
Instance Attribute Details
#location ⇒ String
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.
1719 1720 1721 1722 1723 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 1719 class CreateBucketOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |