Class: Aws::S3::Types::HeadBucketOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::HeadBucketOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_alias ⇒ Boolean
Indicates whether the bucket name used in the request is an access point alias.
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
-
#bucket_location_name ⇒ String
The name of the location where the bucket will be created.
-
#bucket_location_type ⇒ String
The type of location where the bucket is created.
-
#bucket_region ⇒ String
The Region that the bucket is located.
Instance Attribute Details
#access_point_alias ⇒ Boolean
Indicates whether the bucket name used in the request is an access point alias.
false.
9747 9748 9749 9750 9751 9752 9753 9754 9755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9747 class HeadBucketOutput < Struct.new( :bucket_arn, :bucket_location_type, :bucket_location_name, :bucket_region, :access_point_alias) SENSITIVE = [] include Aws::Structure end |
#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.
9747 9748 9749 9750 9751 9752 9753 9754 9755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9747 class HeadBucketOutput < Struct.new( :bucket_arn, :bucket_location_type, :bucket_location_name, :bucket_region, :access_point_alias) SENSITIVE = [] include Aws::Structure end |
#bucket_location_name ⇒ String
The name of the location where the bucket will be created.
For directory buckets, the Zone ID of the Availability Zone or the
Local Zone where the bucket is created. An example Zone ID value for
an Availability Zone is usw2-az1.
9747 9748 9749 9750 9751 9752 9753 9754 9755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9747 class HeadBucketOutput < Struct.new( :bucket_arn, :bucket_location_type, :bucket_location_name, :bucket_region, :access_point_alias) SENSITIVE = [] include Aws::Structure end |
#bucket_location_type ⇒ String
The type of location where the bucket is created.
9747 9748 9749 9750 9751 9752 9753 9754 9755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9747 class HeadBucketOutput < Struct.new( :bucket_arn, :bucket_location_type, :bucket_location_name, :bucket_region, :access_point_alias) SENSITIVE = [] include Aws::Structure end |
#bucket_region ⇒ String
The Region that the bucket is located.
9747 9748 9749 9750 9751 9752 9753 9754 9755 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9747 class HeadBucketOutput < Struct.new( :bucket_arn, :bucket_location_type, :bucket_location_name, :bucket_region, :access_point_alias) SENSITIVE = [] include Aws::Structure end |