Class: Aws::Types::OtherMetadataValueListItem
- Inherits:
-
Object
- Object
- Aws::Types::OtherMetadataValueListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
5861 5862 5863 |
# File 'sig/types.rbs', line 5861 def created_time @created_time end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
5860 5861 5862 |
# File 'sig/types.rbs', line 5860 def @metadata_value end |