Class: Aws::IoT::Types::ListTopicRulesResponse

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

Overview

The output from the ListTopicRules operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11493

class ListTopicRulesResponse < Struct.new(
  :rules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::TopicRuleListItem>

The rules.

Returns:



11493
11494
11495
11496
11497
11498
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11493

class ListTopicRulesResponse < Struct.new(
  :rules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end