Class: Aws::IoT::Types::ListTopicRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTopicRulesResponse
- Includes:
- Structure
- Defined in:
- 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.
11985 11986 11987 11988 11989 11990 |
# File 'lib/aws-sdk-iot/types.rb', line 11985 class ListTopicRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::TopicRuleListItem>
The rules.
11985 11986 11987 11988 11989 11990 |
# File 'lib/aws-sdk-iot/types.rb', line 11985 class ListTopicRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |