Class: Aws::Types::CreateVpnConnectionRouteRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


3866
3867
3868
# File 'sig/types.rbs', line 3866

def destination_cidr_block
  @destination_cidr_block
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


3867
3868
3869
# File 'sig/types.rbs', line 3867

def vpn_connection_id
  @vpn_connection_id
end