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.
12703 12704 12705 12706 12707 12708 12709 12710 |
# File 'lib/aws-sdk-iot/types.rb', line 12703 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.
12703 12704 12705 12706 12707 12708 12709 12710 |
# File 'lib/aws-sdk-iot/types.rb', line 12703 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.
12703 12704 12705 12706 12707 12708 12709 12710 |
# File 'lib/aws-sdk-iot/types.rb', line 12703 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#topic ⇒ String
The topic.
12703 12704 12705 12706 12707 12708 12709 12710 |
# File 'lib/aws-sdk-iot/types.rb', line 12703 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |