Class: Aws::S3::Types::CreateBucketOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.

<note markdown=“1”> This parameter is only supported for S3 directory buckets. For more information, see [Using tags with directory buckets].

</note>

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-s3/types.rb', line 2816

class CreateBucketOutput < Struct.new(
  :location,
  :bucket_arn)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

A forward slash followed by the name of the bucket.

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-s3/types.rb', line 2816

class CreateBucketOutput < Struct.new(
  :location,
  :bucket_arn)
  SENSITIVE = []
  include Aws::Structure
end