Class: Aws::Types::MetadataKeyValuePair
- Inherits:
-
Object
- Object
- Aws::Types::MetadataKeyValuePair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
-
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
Instance Attribute Details
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
5653 5654 5655 |
# File 'sig/types.rbs', line 5653 def @metadata_key end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
5654 5655 5656 |
# File 'sig/types.rbs', line 5654 def @metadata_value end |