Class: Aws::Types::ListDocumentClassificationJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_classification_job_properties_list::Array[Types::DocumentClassificationJobProperties]

Returns the value of attribute document_classification_job_properties_list.



1253
1254
1255
# File 'sig/types.rbs', line 1253

def document_classification_job_properties_list
  @document_classification_job_properties_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def next_token
  @next_token
end