class Aws::DataPipeline::Types::Query

Defines the query to run against an object.

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

data as a hash:

    {
      selectors: [
        {
          field_name: "string",
          operator: {
            type: "EQ", # accepts EQ, REF_EQ, LE, GE, BETWEEN
            values: ["string"],
          },
        },
      ],
    }

@!attribute [rw] selectors

List of selectors that define the query. An object must satisfy all
of the selectors to match the query.
@return [Array<Types::Selector>]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Query AWS API Documentation

Constants

SENSITIVE