Class: Aws::Types::GetRouteResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteResponseRequest
- 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.
-
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def api_id @api_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def route_id @route_id end |
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def route_response_id @route_response_id end |