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)


11071
11072
11073
# File 'sig/types.rbs', line 11071

def customer_gateway_id
  @customer_gateway_id
end

#maintenance_detailsTypes::MaintenanceDetails

Returns the value of attribute maintenance_details.



11074
11075
11076
# File 'sig/types.rbs', line 11074

def maintenance_details
  @maintenance_details
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


11070
11071
11072
# File 'sig/types.rbs', line 11070

def transit_gateway_id
  @transit_gateway_id
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


11069
11070
11071
# File 'sig/types.rbs', line 11069

def vpn_connection_id
  @vpn_connection_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


11072
11073
11074
# File 'sig/types.rbs', line 11072

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)


11073
11074
11075
# File 'sig/types.rbs', line 11073

def vpn_tunnel_outside_ip_address
  @vpn_tunnel_outside_ip_address
end