Class: Aws::Types::GetVpnTunnelReplacementStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetVpnTunnelReplacementStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10846 10847 10848 |
# File 'sig/types.rbs', line 10846 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
10844 10845 10846 |
# File 'sig/types.rbs', line 10844 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
10845 10846 10847 |
# File 'sig/types.rbs', line 10845 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |