Class: Aws::Types::ListTrialComponentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrialComponentsRequest
- 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.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
8567 8568 8569 |
# File 'sig/types.rbs', line 8567 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
8568 8569 8570 |
# File 'sig/types.rbs', line 8568 def created_before @created_before end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
8564 8565 8566 |
# File 'sig/types.rbs', line 8564 def experiment_name @experiment_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8571 8572 8573 |
# File 'sig/types.rbs', line 8571 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8572 8573 8574 |
# File 'sig/types.rbs', line 8572 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
8569 8570 8571 |
# File 'sig/types.rbs', line 8569 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8570 8571 8572 |
# File 'sig/types.rbs', line 8570 def sort_order @sort_order end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
8566 8567 8568 |
# File 'sig/types.rbs', line 8566 def source_arn @source_arn end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
8565 8566 8567 |
# File 'sig/types.rbs', line 8565 def trial_name @trial_name end |