Method: Aws::IoT::Types::TopicRulePayload#aws_iot_sql_version

Defined in:
lib/aws-sdk-iot/types.rb

#aws_iot_sql_versionString

The version of the SQL rules engine to use when evaluating the rule.

Returns:

  • (String)


10585
10586
10587
10588
10589
10590
10591
10592
10593
# File 'lib/aws-sdk-iot/types.rb', line 10585

class TopicRulePayload < Struct.new(
  :sql,
  :description,
  :actions,
  :rule_disabled,
  :aws_iot_sql_version,
  :error_action)
  include Aws::Structure
end