Class: Aws::Types::GetMLTaskRunsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3808
3809
3810
# File 'sig/types.rbs', line 3808

def next_token
  @next_token
end

#task_runs::Array[Types::TaskRun]

Returns the value of attribute task_runs.

Returns:



3807
3808
3809
# File 'sig/types.rbs', line 3807

def task_runs
  @task_runs
end