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
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
-
#location ⇒ String
A forward slash followed by the name of the bucket.
Instance Attribute Details
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.
2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2816 class CreateBucketOutput < Struct.new( :location, :bucket_arn) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
A forward slash followed by the name of the bucket.
2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2816 class CreateBucketOutput < Struct.new( :location, :bucket_arn) SENSITIVE = [] include Aws::Structure end |