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.
2497 2498 2499 2500 2501 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2497 class CreateBucketOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |