Class: Aws::Types::AnalyzeIDResponse
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzeIDResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyze_id_model_version ⇒ ::String
Returns the value of attribute analyze_id_model_version.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
-
#identity_documents ⇒ ::Array[Types::IdentityDocument]
Returns the value of attribute identity_documents.
Instance Attribute Details
#analyze_id_model_version ⇒ ::String
Returns the value of attribute analyze_id_model_version.
99 100 101 |
# File 'sig/types.rbs', line 99 def analyze_id_model_version @analyze_id_model_version end |
#document_metadata ⇒ Types::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.
97 98 99 |
# File 'sig/types.rbs', line 97 def identity_documents @identity_documents end |