Module: Aws::S3::Client::_HeadBucketResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::HeadBucketOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_point_alias ⇒ Boolean
- #bucket_arn ⇒ ::String
- #bucket_location_name ⇒ ::String
- #bucket_location_type ⇒ "AvailabilityZone", "LocalZone"
- #bucket_region ⇒ ::String
Instance Method Details
#access_point_alias ⇒ Boolean
1127 |
# File 'sig/client.rbs', line 1127
def access_point_alias: () -> bool
|
#bucket_arn ⇒ ::String
1123 |
# File 'sig/client.rbs', line 1123
def bucket_arn: () -> ::String
|
#bucket_location_name ⇒ ::String
1125 |
# File 'sig/client.rbs', line 1125
def bucket_location_name: () -> ::String
|
#bucket_location_type ⇒ "AvailabilityZone", "LocalZone"
1124 |
# File 'sig/client.rbs', line 1124
def bucket_location_type: () -> ("AvailabilityZone" | "LocalZone")
|
#bucket_region ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126
def bucket_region: () -> ::String
|