Class: Aws::Types::MetadataInfo
- Inherits:
-
Object
- Object
- Aws::Types::MetadataInfo
- 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.
-
#other_metadata_value_list ⇒ ::Array[Types::OtherMetadataValueListItem]
Returns the value of attribute other_metadata_value_list.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
5676 5677 5678 |
# File 'sig/types.rbs', line 5676 def created_time @created_time end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
5675 5676 5677 |
# File 'sig/types.rbs', line 5675 def @metadata_value end |
#other_metadata_value_list ⇒ ::Array[Types::OtherMetadataValueListItem]
Returns the value of attribute other_metadata_value_list.
5677 5678 5679 |
# File 'sig/types.rbs', line 5677 def @other_metadata_value_list end |