Class: Aws::Types::GetDocumentAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyze_document_model_version ⇒ ::String
Returns the value of attribute analyze_document_model_version.
-
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
Instance Attribute Details
#analyze_document_model_version ⇒ ::String
Returns the value of attribute analyze_document_model_version.
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.
340 341 342 |
# File 'sig/types.rbs', line 340 def blocks @blocks end |
#document_metadata ⇒ Types::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.
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.
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.
342 343 344 |
# File 'sig/types.rbs', line 342 def @status_message end |
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
341 342 343 |
# File 'sig/types.rbs', line 341 def warnings @warnings end |