Class: Aws::Types::GetDocumentAnalysisResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_document_model_version::String

Returns the value of attribute analyze_document_model_version.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def analyze_document_model_version
  @analyze_document_model_version
end

#blocks::Array[Types::Block]

Returns the value of attribute blocks.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def blocks
  @blocks
end

#document_metadataTypes::DocumentMetadata

Returns the value of attribute document_metadata.



337
338
339
# File 'sig/types.rbs', line 337

def 
  @document_metadata
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS")


338
339
340
# File 'sig/types.rbs', line 338

def job_status
  @job_status
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def next_token
  @next_token
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def status_message
  @status_message
end

#warnings::Array[Types::Warning]

Returns the value of attribute warnings.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def warnings
  @warnings
end