Class: Aws::Types::ListBackendJobReqObj
- Inherits:
-
Object
- Object
- Aws::Types::ListBackendJobReqObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#job_id ⇒ ::String
Returns the value of attribute job_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
768 769 770 |
# File 'sig/types.rbs', line 768 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
769 770 771 |
# File 'sig/types.rbs', line 769 def next_token @next_token end |
#operation ⇒ ::String
Returns the value of attribute operation.
770 771 772 |
# File 'sig/types.rbs', line 770 def operation @operation end |
#status ⇒ ::String
Returns the value of attribute status.
771 772 773 |
# File 'sig/types.rbs', line 771 def status @status end |