Class: Aws::Types::ListClassificationJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListClassificationJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::ListJobsFilterCriteria
Returns the value of attribute filter_criteria.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_criteria ⇒ Types::ListJobsSortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#filter_criteria ⇒ Types::ListJobsFilterCriteria
Returns the value of attribute filter_criteria.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def next_token @next_token end |
#sort_criteria ⇒ Types::ListJobsSortCriteria
Returns the value of attribute sort_criteria.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def sort_criteria @sort_criteria end |