Class: Aws::Types::JobDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#documents_with_errors_count::Integer

Returns the value of attribute documents_with_errors_count.

Returns:

  • (::Integer)


157
158
159
# File 'sig/types.rbs', line 157

def documents_with_errors_count
  @documents_with_errors_count
end

#input_documents_count::Integer

Returns the value of attribute input_documents_count.

Returns:

  • (::Integer)


158
159
160
# File 'sig/types.rbs', line 158

def input_documents_count
  @input_documents_count
end

#translated_documents_count::Integer

Returns the value of attribute translated_documents_count.

Returns:

  • (::Integer)


156
157
158
# File 'sig/types.rbs', line 156

def translated_documents_count
  @translated_documents_count
end