Class: Aws::Types::ListClassificationJobsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def next_token
  @next_token
end

#sort_criteriaTypes::ListJobsSortCriteria

Returns the value of attribute sort_criteria.



1153
1154
1155
# File 'sig/types.rbs', line 1153

def sort_criteria
  @sort_criteria
end