Class: Aws::Types::AnalyzeDocumentResponse

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)


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.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def blocks
  @blocks
end

#document_metadataTypes::DocumentMetadata

Returns the value of attribute document_metadata.



66
67
68
# File 'sig/types.rbs', line 66

def 
  @document_metadata
end

#human_loop_activation_outputTypes::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