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
A forward slash followed by the name of the bucket.
Instance Attribute Details
#location ⇒ String
A forward slash followed by the name of the bucket.
2686 2687 2688 2689 2690 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2686 class CreateBucketOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |