

# SimpleRuleEvaluation
<a name="API_SimpleRuleEvaluation"></a>

Information needed to compare two values with a comparison operator.

## Contents
<a name="API_SimpleRuleEvaluation_Contents"></a>

 ** inputPropertyValue **   <a name="ioteventsdata-Type-SimpleRuleEvaluation-inputPropertyValue"></a>
The value of the input property, on the left side of the comparison operator.  
Type: String  
Required: No

 ** operator **   <a name="ioteventsdata-Type-SimpleRuleEvaluation-operator"></a>
The comparison operator.  
Type: String  
Valid Values: `GREATER | GREATER_OR_EQUAL | LESS | LESS_OR_EQUAL | EQUAL | NOT_EQUAL`   
Required: No

 ** thresholdValue **   <a name="ioteventsdata-Type-SimpleRuleEvaluation-thresholdValue"></a>
The threshold value, on the right side of the comparison operator.  
Type: String  
Required: No

## See Also
<a name="API_SimpleRuleEvaluation_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-data-2018-10-23/SimpleRuleEvaluation) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-data-2018-10-23/SimpleRuleEvaluation) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-data-2018-10-23/SimpleRuleEvaluation) 