Class: Aws::Types::StartDocumentClassificationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDocumentClassificationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_classifier_arn ⇒ ::String
Returns the value of attribute document_classifier_arn.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
Instance Attribute Details
#document_classifier_arn ⇒ ::String
Returns the value of attribute document_classifier_arn.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def document_classifier_arn @document_classifier_arn end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def job_status @job_status end |