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.
12676 12677 12678 12679 12680 12681 |
# File 'lib/aws-sdk-iot/types.rb', line 12676 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.
12676 12677 12678 12679 12680 12681 |
# File 'lib/aws-sdk-iot/types.rb', line 12676 class ListTopicRuleDestinationsResponse < Struct.new( :destination_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |