Method: Aws::IoT::Types::TopicRulePayload#sql

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

#sqlString

The SQL statement used to query the topic. For more information, see

AWS IoT SQL Reference][1

in the *AWS IoT Developer Guide*.

[1]: docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference

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