Class: Aws::Types::GetBatchPredictionJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBatchPredictionJobsRequest
- 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.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
623 624 625 |
# File 'sig/types.rbs', line 623 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
624 625 626 |
# File 'sig/types.rbs', line 624 def next_token @next_token end |