Class: Aws::Types::ListBackendJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBackendJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
782 783 784 |
# File 'sig/types.rbs', line 782 def app_id @app_id end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
783 784 785 |
# File 'sig/types.rbs', line 783 def backend_environment_name @backend_environment_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
784 785 786 |
# File 'sig/types.rbs', line 784 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
785 786 787 |
# File 'sig/types.rbs', line 785 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
786 787 788 |
# File 'sig/types.rbs', line 786 def next_token @next_token end |
#operation ⇒ ::String
Returns the value of attribute operation.
787 788 789 |
# File 'sig/types.rbs', line 787 def operation @operation end |
#status ⇒ ::String
Returns the value of attribute status.
788 789 790 |
# File 'sig/types.rbs', line 788 def status @status end |