Class: Aws::Types::S3BucketInfo
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
893 894 895 |
# File 'sig/types.rbs', line 893 def creation_date @creation_date end |
#name ⇒ ::String
Returns the value of attribute name.
894 895 896 |
# File 'sig/types.rbs', line 894 def name @name end |