Class: Aws::Types::GetRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def api_id @api_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def route_id @route_id end |