Class: Aws::Types::RouteServerRoute
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_paths ⇒ ::Array[::String]
Returns the value of attribute as_paths.
-
#med ⇒ ::Integer
Returns the value of attribute med.
-
#next_hop_ip ⇒ ::String
Returns the value of attribute next_hop_ip.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#route_installation_details ⇒ ::Array[Types::RouteServerRouteInstallationDetail]
Returns the value of attribute route_installation_details.
-
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
-
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
-
#route_status ⇒ "in-rib", "in-fib"
Returns the value of attribute route_status.
Instance Attribute Details
#as_paths ⇒ ::Array[::String]
Returns the value of attribute as_paths.
16534 16535 16536 |
# File 'sig/types.rbs', line 16534 def as_paths @as_paths end |
#med ⇒ ::Integer
Returns the value of attribute med.
16535 16536 16537 |
# File 'sig/types.rbs', line 16535 def med @med end |
#next_hop_ip ⇒ ::String
Returns the value of attribute next_hop_ip.
16536 16537 16538 |
# File 'sig/types.rbs', line 16536 def next_hop_ip @next_hop_ip end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
16533 16534 16535 |
# File 'sig/types.rbs', line 16533 def prefix @prefix end |
#route_installation_details ⇒ ::Array[Types::RouteServerRouteInstallationDetail]
Returns the value of attribute route_installation_details.
16531 16532 16533 |
# File 'sig/types.rbs', line 16531 def route_installation_details @route_installation_details end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
16529 16530 16531 |
# File 'sig/types.rbs', line 16529 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
16530 16531 16532 |
# File 'sig/types.rbs', line 16530 def route_server_peer_id @route_server_peer_id end |
#route_status ⇒ "in-rib", "in-fib"
Returns the value of attribute route_status.
16532 16533 16534 |
# File 'sig/types.rbs', line 16532 def route_status @route_status end |