Class: Aws::EC2::Types::CreateVpnConnectionRouteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpnConnectionRouteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the parameters for CreateVpnConnectionRoute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ String
The CIDR block associated with the local subnet of the customer network.
-
#vpn_connection_id ⇒ String
The ID of the VPN connection.
Instance Attribute Details
#destination_cidr_block ⇒ String
The CIDR block associated with the local subnet of the customer network.
14408 14409 14410 14411 14412 14413 |
# File 'lib/aws-sdk-ec2/types.rb', line 14408 class CreateVpnConnectionRouteRequest < Struct.new( :destination_cidr_block, :vpn_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpn_connection_id ⇒ String
The ID of the VPN connection.
14408 14409 14410 14411 14412 14413 |
# File 'lib/aws-sdk-ec2/types.rb', line 14408 class CreateVpnConnectionRouteRequest < Struct.new( :destination_cidr_block, :vpn_connection_id) SENSITIVE = [] include Aws::Structure end |