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.
1770 1771 1772 1773 1774 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 1770 class CreateBucketOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |