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.
5880 5881 5882 |
# File 'sig/types.rbs', line 5880 def created_time @created_time end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
5879 5880 5881 |
# File 'sig/types.rbs', line 5879 def @metadata_value end |