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.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def access_point_alias @access_point_alias end |
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def bucket_arn @bucket_arn end |
#bucket_location_name ⇒ ::String
Returns the value of attribute bucket_location_name.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def bucket_location_name @bucket_location_name end |
#bucket_location_type ⇒ "AvailabilityZone", "LocalZone"
Returns the value of attribute bucket_location_type.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def bucket_location_type @bucket_location_type end |
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def bucket_region @bucket_region end |