You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CreateVpnConnectionRouteRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateVpnConnectionRouteRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  destination_cidr_block: "String", # required
  vpn_connection_id: "VpnConnectionId", # required
}

Contains the parameters for CreateVpnConnectionRoute.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

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

Returns:

  • (String)

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

#vpn_connection_idString

The ID of the VPN connection.

Returns:

  • (String)

    The ID of the VPN connection.