class Aws::IoTEvents::Types::SimpleRule

A rule that compares an input property value to a threshold value with a comparison operator.

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

data as a hash:

    {
      input_property: "InputProperty", # required
      comparison_operator: "GREATER", # required, accepts GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL
      threshold: "Threshold", # required
    }

@!attribute [rw] input_property

The value on the left side of the comparison operator. You can
specify an AWS IoT Events input attribute as an input property.
@return [String]

@!attribute [rw] comparison_operator

The comparison operator.
@return [String]

@!attribute [rw] threshold

The value on the right side of the comparison operator. You can
enter a number or specify an AWS IoT Events input attribute.
@return [String]

Constants

SENSITIVE