Class: Aws::EMR::Types::KeyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::KeyValue
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass KeyValue data as a hash:
{
key: "XmlString",
value: "XmlString",
}
A key-value pair.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The unique identifier of a key-value pair.
-
#value ⇒ String
The value part of the identified key.