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)


8582
8583
8584
# File 'sig/types.rbs', line 8582

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


8583
8584
8585
# File 'sig/types.rbs', line 8583

def created_before
  @created_before
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


8579
8580
8581
# File 'sig/types.rbs', line 8579

def experiment_name
  @experiment_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8586
8587
8588
# File 'sig/types.rbs', line 8586

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8587
8588
8589
# File 'sig/types.rbs', line 8587

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime")


8584
8585
8586
# File 'sig/types.rbs', line 8584

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8585
8586
8587
# File 'sig/types.rbs', line 8585

def sort_order
  @sort_order
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


8581
8582
8583
# File 'sig/types.rbs', line 8581

def source_arn
  @source_arn
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


8580
8581
8582
# File 'sig/types.rbs', line 8580

def trial_name
  @trial_name
end