Class: Aws::Types::DeleteClientVpnRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClientVpnRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#target_vpc_subnet_id ⇒ ::String
Returns the value of attribute target_vpc_subnet_id.
Instance Attribute Details
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
4178 4179 4180 |
# File 'sig/types.rbs', line 4178 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
4180 4181 4182 |
# File 'sig/types.rbs', line 4180 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4181 4182 4183 |
# File 'sig/types.rbs', line 4181 def dry_run @dry_run end |
#target_vpc_subnet_id ⇒ ::String
Returns the value of attribute target_vpc_subnet_id.
4179 4180 4181 |
# File 'sig/types.rbs', line 4179 def target_vpc_subnet_id @target_vpc_subnet_id end |