Class: Aws::Types::RouteServerRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_paths::Array[::String]

Returns the value of attribute as_paths.

Returns:

  • (::Array[::String])


16831
16832
16833
# File 'sig/types.rbs', line 16831

def as_paths
  @as_paths
end

#med::Integer

Returns the value of attribute med.

Returns:

  • (::Integer)


16832
16833
16834
# File 'sig/types.rbs', line 16832

def med
  @med
end

#next_hop_ip::String

Returns the value of attribute next_hop_ip.

Returns:

  • (::String)


16833
16834
16835
# File 'sig/types.rbs', line 16833

def next_hop_ip
  @next_hop_ip
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


16830
16831
16832
# File 'sig/types.rbs', line 16830

def prefix
  @prefix
end

#route_installation_details::Array[Types::RouteServerRouteInstallationDetail]

Returns the value of attribute route_installation_details.



16828
16829
16830
# File 'sig/types.rbs', line 16828

def route_installation_details
  @route_installation_details
end

#route_server_endpoint_id::String

Returns the value of attribute route_server_endpoint_id.

Returns:

  • (::String)


16826
16827
16828
# File 'sig/types.rbs', line 16826

def route_server_endpoint_id
  @route_server_endpoint_id
end

#route_server_peer_id::String

Returns the value of attribute route_server_peer_id.

Returns:

  • (::String)


16827
16828
16829
# File 'sig/types.rbs', line 16827

def route_server_peer_id
  @route_server_peer_id
end

#route_status"in-rib", "in-fib"

Returns the value of attribute route_status.

Returns:

  • ("in-rib", "in-fib")


16829
16830
16831
# File 'sig/types.rbs', line 16829

def route_status
  @route_status
end