Class: Aws::Types::GetMLTaskRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMLTaskRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::TaskRunFilterCriteria
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort ⇒ Types::TaskRunSortCriteria
Returns the value of attribute sort.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
Instance Attribute Details
#filter ⇒ Types::TaskRunFilterCriteria
Returns the value of attribute filter.
3801 3802 3803 |
# File 'sig/types.rbs', line 3801 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3800 3801 3802 |
# File 'sig/types.rbs', line 3800 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def next_token @next_token end |
#sort ⇒ Types::TaskRunSortCriteria
Returns the value of attribute sort.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def sort @sort end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def transform_id @transform_id end |