Class: Aws::Types::StartDocumentClassificationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_classifier_arn::String

Returns the value of attribute document_classifier_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "COMPLETED", "FAILED", "STOP_REQUESTED", "STOPPED")


1621
1622
1623
# File 'sig/types.rbs', line 1621

def job_status
  @job_status
end