Class: Aws::Types::ModifyVpnTunnelOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpnTunnelOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#pre_shared_key_storage ⇒ ::String
Returns the value of attribute pre_shared_key_storage.
-
#skip_tunnel_replacement ⇒ Boolean
Returns the value of attribute skip_tunnel_replacement.
-
#tunnel_options ⇒ Types::ModifyVpnTunnelOptionsSpecification
Returns the value of attribute tunnel_options.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
-
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14469 14470 14471 |
# File 'sig/types.rbs', line 14469 def dry_run @dry_run end |
#pre_shared_key_storage ⇒ ::String
Returns the value of attribute pre_shared_key_storage.
14471 14472 14473 |
# File 'sig/types.rbs', line 14471 def pre_shared_key_storage @pre_shared_key_storage end |
#skip_tunnel_replacement ⇒ Boolean
Returns the value of attribute skip_tunnel_replacement.
14470 14471 14472 |
# File 'sig/types.rbs', line 14470 def skip_tunnel_replacement @skip_tunnel_replacement end |
#tunnel_options ⇒ Types::ModifyVpnTunnelOptionsSpecification
Returns the value of attribute tunnel_options.
14468 14469 14470 |
# File 'sig/types.rbs', line 14468 def @tunnel_options end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
14466 14467 14468 |
# File 'sig/types.rbs', line 14466 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
14467 14468 14469 |
# File 'sig/types.rbs', line 14467 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |