

# SimpleRuleEvaluation


Information needed to compare two values with a comparison operator.

## Contents


 ** 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


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) 