Class: Aws::Types::RouteServerRouteInstallationDetail
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerRouteInstallationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#route_installation_status ⇒ "installed", "rejected"
Returns the value of attribute route_installation_status.
-
#route_installation_status_reason ⇒ ::String
Returns the value of attribute route_installation_status_reason.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
Instance Attribute Details
#route_installation_status ⇒ "installed", "rejected"
Returns the value of attribute route_installation_status.
16542 16543 16544 |
# File 'sig/types.rbs', line 16542 def route_installation_status @route_installation_status end |
#route_installation_status_reason ⇒ ::String
Returns the value of attribute route_installation_status_reason.
16543 16544 16545 |
# File 'sig/types.rbs', line 16543 def route_installation_status_reason @route_installation_status_reason end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
16541 16542 16543 |
# File 'sig/types.rbs', line 16541 def route_table_id @route_table_id end |