Class: Aws::Types::RegionalBucket
- Inherits:
-
Object
- Object
- Aws::Types::RegionalBucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#public_access_block_enabled ⇒ Boolean
Returns the value of attribute public_access_block_enabled.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def bucket @bucket end |
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def bucket_arn @bucket_arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def creation_date @creation_date end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def outpost_id @outpost_id end |
#public_access_block_enabled ⇒ Boolean
Returns the value of attribute public_access_block_enabled.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def public_access_block_enabled @public_access_block_enabled end |