Class: Aws::IoT::Types::ListTopicRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTopicRulesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the ListTopicRules operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
-
#rule_disabled ⇒ Boolean
Specifies whether the rule is disabled.
-
#topic ⇒ String
The topic.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
12775 12776 12777 12778 12779 12780 12781 12782 |
# File 'lib/aws-sdk-iot/types.rb', line 12775 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
12775 12776 12777 12778 12779 12780 12781 12782 |
# File 'lib/aws-sdk-iot/types.rb', line 12775 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#rule_disabled ⇒ Boolean
Specifies whether the rule is disabled.
12775 12776 12777 12778 12779 12780 12781 12782 |
# File 'lib/aws-sdk-iot/types.rb', line 12775 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#topic ⇒ String
The topic.
12775 12776 12777 12778 12779 12780 12781 12782 |
# File 'lib/aws-sdk-iot/types.rb', line 12775 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |