Class: Aws::Glue::Types::GetMLTaskRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTaskRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token, if more results are available.
-
#task_runs ⇒ Array<Types::TaskRun>
A list of task runs that are associated with the transform.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
11081 11082 11083 11084 11085 11086 |
# File 'lib/aws-sdk-glue/types.rb', line 11081 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_runs ⇒ Array<Types::TaskRun>
A list of task runs that are associated with the transform.
11081 11082 11083 11084 11085 11086 |
# File 'lib/aws-sdk-glue/types.rb', line 11081 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |