Class: Aws::Types::GetMLTaskRunsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::TaskRunFilterCriteria

Returns the value of attribute filter.



3820
3821
3822
# File 'sig/types.rbs', line 3820

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3819
3820
3821
# File 'sig/types.rbs', line 3819

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3818
3819
3820
# File 'sig/types.rbs', line 3818

def next_token
  @next_token
end

#sortTypes::TaskRunSortCriteria

Returns the value of attribute sort.



3821
3822
3823
# File 'sig/types.rbs', line 3821

def sort
  @sort
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def transform_id
  @transform_id
end