class Aws::Batch::Types::KeyValuesPair

A filter name and value pair that's used to return a more specific list of results from a `ListJobs` API operation.

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

data as a hash:

    {
      name: "String",
      values: ["String"],
    }

@!attribute [rw] name

The name of the filter. Filter names are case sensitive.
@return [String]

@!attribute [rw] values

The filter values.
@return [Array<String>]

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

Constants

SENSITIVE