Class: Aws::Types::GetActiveVpnTunnelStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetActiveVpnTunnelStatusRequest
- 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.
9627 9628 9629 |
# File 'sig/types.rbs', line 9627 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
9625 9626 9627 |
# File 'sig/types.rbs', line 9625 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
9626 9627 9628 |
# File 'sig/types.rbs', line 9626 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |