DeleteDirectConnectGatewayAssociationRequest
public struct DeleteDirectConnectGatewayAssociationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Direct Connect gateway association.
Declaration
Swift
public let associationId: String? -
The ID of the Direct Connect gateway.
Declaration
Swift
public let directConnectGatewayId: String? -
The ID of the virtual private gateway.
Declaration
Swift
public let virtualGatewayId: String? -
Undocumented
Declaration
Swift
public init(associationId: String? = nil, directConnectGatewayId: String? = nil, virtualGatewayId: String? = nil)
View on GitHub
DeleteDirectConnectGatewayAssociationRequest Structure Reference