DescribeDestinationsResponse
public struct DescribeDestinationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The destinations.
Declaration
Swift
public let destinations: [Destination]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(destinations: [Destination]? = nil, nextToken: String? = nil)
View on GitHub
DescribeDestinationsResponse Structure Reference