ListTopicRuleDestinationsResponse
public struct ListTopicRuleDestinationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about a topic rule destination.
Declaration
Swift
public let destinationSummaries: [TopicRuleDestinationSummary]? -
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(destinationSummaries: [TopicRuleDestinationSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListTopicRuleDestinationsResponse Structure Reference