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.
11938 11939 11940 11941 11942 11943 |
# File 'lib/aws-sdk-iot/types.rb', line 11938 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.
11938 11939 11940 11941 11942 11943 |
# File 'lib/aws-sdk-iot/types.rb', line 11938 class ListTopicRuleDestinationsResponse < Struct.new( :destination_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |