ListConnectionsOutput

public struct ListConnectionsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of connections and the details for each connection, such as status, owner, and provider type.

    Declaration

    Swift

    public let connections: [Connection]?
  • A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(connections: [Connection]? = nil, nextToken: String? = nil)