Class: Aws::Types::AnalyzeDocumentResponse
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzeDocumentResponse
- 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.
-
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Returns the value of attribute human_loop_activation_output.
Instance Attribute Details
#analyze_document_model_version ⇒ ::String
Returns the value of attribute analyze_document_model_version.
69 70 71 |
# File 'sig/types.rbs', line 69 def analyze_document_model_version @analyze_document_model_version end |
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
67 68 69 |
# File 'sig/types.rbs', line 67 def blocks @blocks end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
66 67 68 |
# File 'sig/types.rbs', line 66 def @document_metadata end |
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Returns the value of attribute human_loop_activation_output.
68 69 70 |
# File 'sig/types.rbs', line 68 def human_loop_activation_output @human_loop_activation_output end |