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
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.
2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-s3/types.rb', line 2690 class CreateBucketOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |