DescribeDirectConnectGatewayAssociationsResult
public struct DescribeDirectConnectGatewayAssociationsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the associations.
Declaration
Swift
public let directConnectGatewayAssociations: [DirectConnectGatewayAssociation]?
-
The token to retrieve the next page.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(directConnectGatewayAssociations: [DirectConnectGatewayAssociation]? = nil, nextToken: String? = nil)