Class: Aws::S3::Types::CreateBucketOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CreateBucketOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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.
1506 1507 1508 1509 |
# File 'lib/aws-sdk-s3/types.rb', line 1506 class CreateBucketOutput < Struct.new( :location) include Aws::Structure end |