Class: Aws::Types::GetMLTaskRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMLTaskRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#task_runs ⇒ ::Array[Types::TaskRun]
Returns the value of attribute task_runs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3827 3828 3829 |
# File 'sig/types.rbs', line 3827 def next_token @next_token end |
#task_runs ⇒ ::Array[Types::TaskRun]
Returns the value of attribute task_runs.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def task_runs @task_runs end |