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.
2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-s3/types.rb', line 2483 class CreateBucketOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |