Class: Aws::IoTEventsData::Types::RuleEvaluation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb

Overview

Information needed to evaluate data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simple_rule_evaluationTypes::SimpleRuleEvaluation

Information needed to compare two values with a comparison operator.



1087
1088
1089
1090
1091
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1087

class RuleEvaluation < Struct.new(
  :simple_rule_evaluation)
  SENSITIVE = []
  include Aws::Structure
end