Class: Aws::Types::GetRouteResponsesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteResponsesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#max_results ⇒ ::String
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def api_id @api_id end |
#max_results ⇒ ::String
Returns the value of attribute max_results.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def next_token @next_token end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def route_id @route_id end |