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
1136 |
# File 'sig/client.rbs', line 1136
def access_point_alias: () -> bool
|
#bucket_arn ⇒ ::String
1132 |
# File 'sig/client.rbs', line 1132
def bucket_arn: () -> ::String
|
#bucket_location_name ⇒ ::String
1134 |
# File 'sig/client.rbs', line 1134
def bucket_location_name: () -> ::String
|
#bucket_location_type ⇒ "AvailabilityZone", "LocalZone"
1133 |
# File 'sig/client.rbs', line 1133
def bucket_location_type: () -> ("AvailabilityZone" | "LocalZone")
|
#bucket_region ⇒ ::String
1135 |
# File 'sig/client.rbs', line 1135
def bucket_region: () -> ::String
|