class Aws::Redshift::Types::NodeConfigurationOptionsFilter

A set of elements to filter the returned node configurations.

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

data as a hash:

    {
      name: "NodeType", # accepts NodeType, NumberOfNodes, EstimatedDiskUtilizationPercent, Mode
      operator: "eq", # accepts eq, lt, gt, le, ge, in, between
      values: ["String"],
    }

@!attribute [rw] name

The name of the element to filter.
@return [String]

@!attribute [rw] operator

The filter operator. If filter Name is NodeType only the 'in'
operator is supported. Provide one value to evaluate for 'eq',
'lt', 'le', 'gt', and 'ge'. Provide two values to evaluate
for 'between'. Provide a list of values for 'in'.
@return [String]

@!attribute [rw] values

List of values. Compare Name using Operator to Values. If filter
Name is NumberOfNodes, then values can range from 0 to 200. If
filter Name is EstimatedDiskUtilizationPercent, then values can
range from 0 to 100. For example, filter NumberOfNodes (name) GT
(operator) 3 (values).
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/NodeConfigurationOptionsFilter AWS API Documentation

Constants

SENSITIVE