Class: Aws::IoTEventsData::Types::RuleEvaluation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::RuleEvaluation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Information needed to evaluate data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#simple_rule_evaluation ⇒ Types::SimpleRuleEvaluation
Information needed to compare two values with a comparison operator.
Instance Attribute Details
#simple_rule_evaluation ⇒ Types::SimpleRuleEvaluation
Information needed to compare two values with a comparison operator.
1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1087 class RuleEvaluation < Struct.new( :simple_rule_evaluation) SENSITIVE = [] include Aws::Structure end |