Class: Aws::Glue::Types::GetMLTaskRunsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token, if more results are available.

Returns:

  • (String)


10380
10381
10382
10383
10384
10385
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10380

class GetMLTaskRunsResponse < Struct.new(
  :task_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_runsArray<Types::TaskRun>

A list of task runs that are associated with the transform.

Returns:



10380
10381
10382
10383
10384
10385
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10380

class GetMLTaskRunsResponse < Struct.new(
  :task_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end