class Aws::DataPipeline::Types::Selector

A comparision that is used to determine whether a query should return this object.

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

data as a hash:

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

@!attribute [rw] field_name

The name of the field that the operator will be applied to. The
field name is the "key" portion of the field definition in the
pipeline definition syntax that is used by the AWS Data Pipeline
API. If the field is not set on the object, the condition fails.
@return [String]

@!attribute [rw] operator

Contains a logical operation for comparing the value of a field with
a specified value.
@return [Types::Operator]

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

Constants

SENSITIVE