Class: Aws::Types::GetVpnTunnelReplacementStatusResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_id::String

Returns the value of attribute customer_gateway_id.

Returns:

  • (::String)


10853
10854
10855
# File 'sig/types.rbs', line 10853

def customer_gateway_id
  @customer_gateway_id
end

#maintenance_detailsTypes::MaintenanceDetails

Returns the value of attribute maintenance_details.



10856
10857
10858
# File 'sig/types.rbs', line 10856

def maintenance_details
  @maintenance_details
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


10852
10853
10854
# File 'sig/types.rbs', line 10852

def transit_gateway_id
  @transit_gateway_id
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


10851
10852
10853
# File 'sig/types.rbs', line 10851

def vpn_connection_id
  @vpn_connection_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


10854
10855
10856
# File 'sig/types.rbs', line 10854

def vpn_gateway_id
  @vpn_gateway_id
end

#vpn_tunnel_outside_ip_address::String

Returns the value of attribute vpn_tunnel_outside_ip_address.

Returns:

  • (::String)


10855
10856
10857
# File 'sig/types.rbs', line 10855

def vpn_tunnel_outside_ip_address
  @vpn_tunnel_outside_ip_address
end