class Aws::Batch::Types::KeyValuePair

A key-value pair object.

@note When making an API call, you may pass KeyValuePair

data as a hash:

    {
      name: "String",
      value: "String",
    }

@!attribute [rw] name

The name of the key-value pair. For environment variables, this is
the name of the environment variable.
@return [String]

@!attribute [rw] value

The value of the key-value pair. For environment variables, this is
the value of the environment variable.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/KeyValuePair AWS API Documentation

Constants

SENSITIVE