Method | Description | |
---|---|---|
DetachVpnGatewayRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DetachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System |
Instantiates DetachVpnGatewayRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetVpcId ( ) : bool | ||
IsSetVpnGatewayId ( ) : bool |
public DetachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System | ||
vpnGatewayId | string | The ID of the virtual private gateway. |
vpcId | string | The ID of the VPC. |
return | System |