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
Instance Attribute Details
#location ⇒ String
1231 1232 1233 1234 |
# File 'lib/aws-sdk-s3/types.rb', line 1231 class CreateBucketOutput < Struct.new( :location) include Aws::Structure end |