Class: Aws::Types::ModifyVpnConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpnConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
Instance Attribute Details
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
14442 14443 14444 |
# File 'sig/types.rbs', line 14442 def customer_gateway_id @customer_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14444 14445 14446 |
# File 'sig/types.rbs', line 14444 def dry_run @dry_run end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
14441 14442 14443 |
# File 'sig/types.rbs', line 14441 def transit_gateway_id @transit_gateway_id end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
14440 14441 14442 |
# File 'sig/types.rbs', line 14440 def vpn_connection_id @vpn_connection_id end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
14443 14444 14445 |
# File 'sig/types.rbs', line 14443 def vpn_gateway_id @vpn_gateway_id end |