Class: Aws::Types::DeleteVpnConnectionRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpnConnectionRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
5186 5187 5188 |
# File 'sig/types.rbs', line 5186 def destination_cidr_block @destination_cidr_block end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
5187 5188 5189 |
# File 'sig/types.rbs', line 5187 def vpn_connection_id @vpn_connection_id end |