Class: Aws::Types::RoutingInformationNextHop

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_attachment_id ⇒ ::String

Returns the value of attribute core_network_attachment_id.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def core_network_attachment_id
  @core_network_attachment_id
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def edge_location
  @edge_location
end

#ip_address ⇒ ::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def ip_address
  @ip_address
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def resource_type
  @resource_type
end

#segment_name ⇒ ::String

Returns the value of attribute segment_name.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def segment_name
  @segment_name
end