Class: Aws::Types::ListServicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServicesRequest
- 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.
487 488 489 |
# File 'sig/types.rbs', line 487 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
488 489 490 |
# File 'sig/types.rbs', line 488 def environment_identifier @environment_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
489 490 491 |
# File 'sig/types.rbs', line 489 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
490 491 492 |
# File 'sig/types.rbs', line 490 def next_token @next_token end |