Class: Aws::S3::Types::HeadBucketOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::HeadBucketOutput
- Includes:
- Aws::Structure
- Defined in:
- 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_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.
<note markdown=“1”> For directory buckets, the value of this field is ‘false`.
</note>
8398 8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-s3/types.rb', line 8398 class HeadBucketOutput < Struct.new( :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`.
<note markdown=“1”> This functionality is only supported by directory buckets.
</note>
8398 8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-s3/types.rb', line 8398 class HeadBucketOutput < Struct.new( :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.
<note markdown=“1”> This functionality is only supported by directory buckets.
</note>
8398 8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-s3/types.rb', line 8398 class HeadBucketOutput < Struct.new( :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.
8398 8399 8400 8401 8402 8403 8404 8405 |
# File 'lib/aws-sdk-s3/types.rb', line 8398 class HeadBucketOutput < Struct.new( :bucket_location_type, :bucket_location_name, :bucket_region, :access_point_alias) SENSITIVE = [] include Aws::Structure end |