ListTopicRuleDestinationsResponse constructor

ListTopicRuleDestinationsResponse({
  1. List<TopicRuleDestinationSummary>? destinationSummaries,
  2. String? nextToken,
})

Implementation

ListTopicRuleDestinationsResponse({
  this.destinationSummaries,
  this.nextToken,
});