Class: Aws::IoT::Types::ListTopicRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTopicRulesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the ListTopicRules operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#rules ⇒ Array<Types::TopicRuleListItem>
The rules.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12729 class ListTopicRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::TopicRuleListItem>
The rules.
12729 12730 12731 12732 12733 12734 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12729 class ListTopicRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |