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

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

Overview

Contains the parameters for CreateVpnConnectionRoute.

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)


13143
13144
13145
13146
13147
13148
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13143

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

#vpn_connection_idString

The ID of the VPN connection.

Returns:

  • (String)


13143
13144
13145
13146
13147
13148
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13143

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