Class: Aws::Types::HeadBucketOutput
- Inherits:
-
Object
- Object
- Aws::Types::HeadBucketOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_alias ⇒ Boolean
Returns the value of attribute access_point_alias.
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#bucket_location_name ⇒ ::String
Returns the value of attribute bucket_location_name.
-
#bucket_location_type ⇒ "AvailabilityZone", "LocalZone"
Returns the value of attribute bucket_location_type.
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
Instance Attribute Details
#access_point_alias ⇒ Boolean
Returns the value of attribute access_point_alias.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def access_point_alias @access_point_alias end |
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def bucket_arn @bucket_arn end |
#bucket_location_name ⇒ ::String
Returns the value of attribute bucket_location_name.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def bucket_location_name @bucket_location_name end |
#bucket_location_type ⇒ "AvailabilityZone", "LocalZone"
Returns the value of attribute bucket_location_type.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def bucket_location_type @bucket_location_type end |
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def bucket_region @bucket_region end |