ListTopicRuleDestinationsResponse constructor
      
      ListTopicRuleDestinationsResponse({ 
    
    
- List<TopicRuleDestinationSummary> ? destinationSummaries,
- String? nextToken,
Implementation
ListTopicRuleDestinationsResponse({
  this.destinationSummaries,
  this.nextToken,
});