DeleteVpnConnectionRouteRequest
public struct DeleteVpnConnectionRouteRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CIDR block associated with the local subnet of the customer network.
Declaration
Swift
public let destinationCidrBlock: String
-
The ID of the VPN connection.
Declaration
Swift
public let vpnConnectionId: String
-
Undocumented
Declaration
Swift
public init(destinationCidrBlock: String, vpnConnectionId: String)