Class: Aws::IoT::Types::ListTopicRuleDestinationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_summariesArray<Types::TopicRuleDestinationSummary>

Information about a topic rule destination.



11446
11447
11448
11449
11450
11451
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11446

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

#next_tokenString

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

Returns:

  • (String)


11446
11447
11448
11449
11450
11451
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11446

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