Class: Aws::Types::CreateClientVpnRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClientVpnRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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_token ⇒ ::String
Returns the value of attribute client_token.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def client_token @client_token end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def description @description end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def dry_run @dry_run end |
#target_vpc_subnet_id ⇒ ::String
Returns the value of attribute target_vpc_subnet_id.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def target_vpc_subnet_id @target_vpc_subnet_id end |