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.
11965 11966 11967 11968 11969 11970 11971 11972 |
# File 'lib/aws-sdk-iot/types.rb', line 11965 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.
11965 11966 11967 11968 11969 11970 11971 11972 |
# File 'lib/aws-sdk-iot/types.rb', line 11965 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.
11965 11966 11967 11968 11969 11970 11971 11972 |
# File 'lib/aws-sdk-iot/types.rb', line 11965 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#topic ⇒ String
The topic.
11965 11966 11967 11968 11969 11970 11971 11972 |
# File 'lib/aws-sdk-iot/types.rb', line 11965 class ListTopicRulesRequest < Struct.new( :topic, :max_results, :next_token, :rule_disabled) SENSITIVE = [] include Aws::Structure end |