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)


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.

Returns:



3826
3827
3828
# File 'sig/types.rbs', line 3826

def task_runs
  @task_runs
end