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.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
3994 3995 3996 |
# File 'sig/types.rbs', line 3994 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3995 3996 3997 |
# File 'sig/types.rbs', line 3995 def dry_run @dry_run end |
#target_vpc_subnet_id ⇒ ::String
Returns the value of attribute target_vpc_subnet_id.
3993 3994 3995 |
# File 'sig/types.rbs', line 3993 def target_vpc_subnet_id @target_vpc_subnet_id end |