Class: Aws::Types::ListTrialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
8647 8648 8649 |
# File 'sig/types.rbs', line 8647 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
8648 8649 8650 |
# File 'sig/types.rbs', line 8648 def created_before @created_before end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
8645 8646 8647 |
# File 'sig/types.rbs', line 8645 def experiment_name @experiment_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8651 8652 8653 |
# File 'sig/types.rbs', line 8651 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8652 8653 8654 |
# File 'sig/types.rbs', line 8652 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
8649 8650 8651 |
# File 'sig/types.rbs', line 8649 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8650 8651 8652 |
# File 'sig/types.rbs', line 8650 def sort_order @sort_order end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
8646 8647 8648 |
# File 'sig/types.rbs', line 8646 def trial_component_name @trial_component_name end |