Class: Aws::IoT::Types::ListTopicRuleDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTopicRuleDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_summaries ⇒ Array<Types::TopicRuleDestinationSummary>
Information about a topic rule destination.
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
Instance Attribute Details
#destination_summaries ⇒ Array<Types::TopicRuleDestinationSummary>
Information about a topic rule destination.
12748 12749 12750 12751 12752 12753 |
# File 'lib/aws-sdk-iot/types.rb', line 12748 class ListTopicRuleDestinationsResponse < Struct.new( :destination_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
12748 12749 12750 12751 12752 12753 |
# File 'lib/aws-sdk-iot/types.rb', line 12748 class ListTopicRuleDestinationsResponse < Struct.new( :destination_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |