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.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def client_token @client_token end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def description @description end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def dry_run @dry_run end |
#target_vpc_subnet_id ⇒ ::String
Returns the value of attribute target_vpc_subnet_id.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def target_vpc_subnet_id @target_vpc_subnet_id end |