Class: Aws::Types::Bucket
- Inherits:
-
Object
- Object
- Aws::Types::Bucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def bucket_arn @bucket_arn end |
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
136 137 138 |
# File 'sig/types.rbs', line 136 def bucket_region @bucket_region end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
135 136 137 |
# File 'sig/types.rbs', line 135 def creation_date @creation_date end |
#name ⇒ ::String
Returns the value of attribute name.
134 135 136 |
# File 'sig/types.rbs', line 134 def name @name end |