Class: Aws::Types::GetJobsQueryResultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobsQueryResultsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array[Types::Job]
Returns the value of attribute jobs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#jobs ⇒ ::Array[Types::Job]
Returns the value of attribute jobs.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def jobs @jobs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def next_token @next_token end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def status @status end |