Class: Aws::Types::GetVpnTunnelReplacementStatusRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10621
10622
10623
# File 'sig/types.rbs', line 10621

def dry_run
  @dry_run
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


10619
10620
10621
# File 'sig/types.rbs', line 10619

def vpn_connection_id
  @vpn_connection_id
end

#vpn_tunnel_outside_ip_address::String

Returns the value of attribute vpn_tunnel_outside_ip_address.

Returns:

  • (::String)


10620
10621
10622
# File 'sig/types.rbs', line 10620

def vpn_tunnel_outside_ip_address
  @vpn_tunnel_outside_ip_address
end