GetConnectionsResponse
public struct GetConnectionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of requested connection definitions.
Declaration
Swift
public let connectionList: [Connection]? -
A continuation token, if the list of connections returned does not include the last of the filtered connections.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(connectionList: [Connection]? = nil, nextToken: String? = nil)
View on GitHub
GetConnectionsResponse Structure Reference