Class: Aws::Types::ReplaceVpnTunnelRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceVpnTunnelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_pending_maintenance ⇒ Boolean
Returns the value of attribute apply_pending_maintenance.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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
#apply_pending_maintenance ⇒ Boolean
Returns the value of attribute apply_pending_maintenance.
16513 16514 16515 |
# File 'sig/types.rbs', line 16513 def apply_pending_maintenance @apply_pending_maintenance end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16514 16515 16516 |
# File 'sig/types.rbs', line 16514 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
16511 16512 16513 |
# File 'sig/types.rbs', line 16511 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
16512 16513 16514 |
# File 'sig/types.rbs', line 16512 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |