Class: Aws::Types::ListDocumentClassifiersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_classifier_properties_list::Array[Types::DocumentClassifierProperties]

Returns the value of attribute document_classifier_properties_list.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def document_classifier_properties_list
  @document_classifier_properties_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def next_token
  @next_token
end