Class: Aws::IoT::Types::ListTopicRulesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the ListTopicRules operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


11654
11655
11656
11657
11658
11659
11660
11661
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11654

class ListTopicRulesRequest < Struct.new(
  :topic,
  :max_results,
  :next_token,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11654
11655
11656
11657
11658
11659
11660
11661
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11654

class ListTopicRulesRequest < Struct.new(
  :topic,
  :max_results,
  :next_token,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#rule_disabledBoolean

Specifies whether the rule is disabled.

Returns:

  • (Boolean)


11654
11655
11656
11657
11658
11659
11660
11661
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11654

class ListTopicRulesRequest < Struct.new(
  :topic,
  :max_results,
  :next_token,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#topicString

The topic.

Returns:

  • (String)


11654
11655
11656
11657
11658
11659
11660
11661
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11654

class ListTopicRulesRequest < Struct.new(
  :topic,
  :max_results,
  :next_token,
  :rule_disabled)
  SENSITIVE = []
  include Aws::Structure
end