Class: Aws::Types::ListTrialsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


8600
8601
8602
# File 'sig/types.rbs', line 8600

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


8601
8602
8603
# File 'sig/types.rbs', line 8601

def created_before
  @created_before
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


8598
8599
8600
# File 'sig/types.rbs', line 8598

def experiment_name
  @experiment_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8604
8605
8606
# File 'sig/types.rbs', line 8604

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8605
8606
8607
# File 'sig/types.rbs', line 8605

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime")


8602
8603
8604
# File 'sig/types.rbs', line 8602

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8603
8604
8605
# File 'sig/types.rbs', line 8603

def sort_order
  @sort_order
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


8599
8600
8601
# File 'sig/types.rbs', line 8599

def trial_component_name
  @trial_component_name
end