Class: Aws::Types::AssociateClientVpnTargetNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateClientVpnTargetNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
562 563 564 |
# File 'sig/types.rbs', line 562 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
560 561 562 |
# File 'sig/types.rbs', line 560 def client_token @client_token end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
558 559 560 |
# File 'sig/types.rbs', line 558 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
561 562 563 |
# File 'sig/types.rbs', line 561 def dry_run @dry_run end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def subnet_id @subnet_id end |