class Aws::IoT::Types::ListTopicRulesRequest


@return [Boolean]
Specifies whether the rule is disabled.
@!attribute [rw] rule_disabled
@return [String]
results.
previous response; otherwise null to receive the first set of
To retrieve the next set of results, the ‘nextToken` value from a
@!attribute [rw] next_token
@return [Integer]
The maximum number of results to return.
@!attribute [rw] max_results
@return [String]
The topic.
@!attribute [rw] topic
}
rule_disabled: false,
next_token: “NextToken”,
max_results: 1,
topic: “Topic”,
{
data as a hash:
@note When making an API call, you may pass ListTopicRulesRequest
The input for the ListTopicRules operation.