Class: Aws::Types::JobDetails
- Inherits:
-
Object
- Object
- Aws::Types::JobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documents_with_errors_count ⇒ ::Integer
Returns the value of attribute documents_with_errors_count.
-
#input_documents_count ⇒ ::Integer
Returns the value of attribute input_documents_count.
-
#translated_documents_count ⇒ ::Integer
Returns the value of attribute translated_documents_count.
Instance Attribute Details
#documents_with_errors_count ⇒ ::Integer
Returns the value of attribute documents_with_errors_count.
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.
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.
156 157 158 |
# File 'sig/types.rbs', line 156 def translated_documents_count @translated_documents_count end |