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.
5890 5891 5892 |
# File 'sig/types.rbs', line 5890 def created_time @created_time end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
5889 5890 5891 |
# File 'sig/types.rbs', line 5889 def @metadata_value end |