Class: Aws::EMR::Types::KeyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::KeyValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
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.