Class: Aws::Types::AnalyzeIDResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_id_model_version::String

Returns the value of attribute analyze_id_model_version.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def analyze_id_model_version
  @analyze_id_model_version
end

#document_metadataTypes::DocumentMetadata

Returns the value of attribute document_metadata.



98
99
100
# File 'sig/types.rbs', line 98

def 
  @document_metadata
end

#identity_documents::Array[Types::IdentityDocument]

Returns the value of attribute identity_documents.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def identity_documents
  @identity_documents
end