Class: Aws::Types::GetBucketResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#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.
737 738 739 |
# File 'sig/types.rbs', line 737 def bucket @bucket end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
739 740 741 |
# File 'sig/types.rbs', line 739 def creation_date @creation_date end |
#public_access_block_enabled ⇒ Boolean
Returns the value of attribute public_access_block_enabled.
738 739 740 |
# File 'sig/types.rbs', line 738 def public_access_block_enabled @public_access_block_enabled end |