Class: Aws::EC2::Types::DeleteVpnConnectionRouteRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the parameters for DeleteVpnConnectionRoute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

The CIDR block associated with the local subnet of the customer network.

Returns:

  • (String)


15820
15821
15822
15823
15824
15825
# File 'lib/aws-sdk-ec2/types.rb', line 15820

class DeleteVpnConnectionRouteRequest < Struct.new(
  :destination_cidr_block,
  :vpn_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpn_connection_idString

The ID of the VPN connection.

Returns:

  • (String)


15820
15821
15822
15823
15824
15825
# File 'lib/aws-sdk-ec2/types.rb', line 15820

class DeleteVpnConnectionRouteRequest < Struct.new(
  :destination_cidr_block,
  :vpn_connection_id)
  SENSITIVE = []
  include Aws::Structure
end