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.
17178 17179 17180 |
# File 'sig/types.rbs', line 17178 def route_installation_status @route_installation_status end |
#route_installation_status_reason ⇒ ::String
Returns the value of attribute route_installation_status_reason.
17179 17180 17181 |
# File 'sig/types.rbs', line 17179 def route_installation_status_reason @route_installation_status_reason end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
17177 17178 17179 |
# File 'sig/types.rbs', line 17177 def route_table_id @route_table_id end |