Class: Aws::Types::ListRoutesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRoutesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
473 474 475 |
# File 'sig/types.rbs', line 473 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
474 475 476 |
# File 'sig/types.rbs', line 474 def environment_identifier @environment_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
475 476 477 |
# File 'sig/types.rbs', line 475 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
476 477 478 |
# File 'sig/types.rbs', line 476 def next_token @next_token end |