Class: Aws::Types::ListTrialComponentsRequest

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)


8629
8630
8631
# File 'sig/types.rbs', line 8629

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


8630
8631
8632
# File 'sig/types.rbs', line 8630

def created_before
  @created_before
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


8626
8627
8628
# File 'sig/types.rbs', line 8626

def experiment_name
  @experiment_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8633
8634
8635
# File 'sig/types.rbs', line 8633

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8634
8635
8636
# File 'sig/types.rbs', line 8634

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime")


8631
8632
8633
# File 'sig/types.rbs', line 8631

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8632
8633
8634
# File 'sig/types.rbs', line 8632

def sort_order
  @sort_order
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


8628
8629
8630
# File 'sig/types.rbs', line 8628

def source_arn
  @source_arn
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


8627
8628
8629
# File 'sig/types.rbs', line 8627

def trial_name
  @trial_name
end