Class: Aws::Types::IdentityDocument
- Inherits:
-
Object
- Object
- Aws::Types::IdentityDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
-
#document_index ⇒ ::Integer
Returns the value of attribute document_index.
-
#identity_document_fields ⇒ ::Array[Types::IdentityDocumentField]
Returns the value of attribute identity_document_fields.
Instance Attribute Details
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
448 449 450 |
# File 'sig/types.rbs', line 448 def blocks @blocks end |
#document_index ⇒ ::Integer
Returns the value of attribute document_index.
446 447 448 |
# File 'sig/types.rbs', line 446 def document_index @document_index end |
#identity_document_fields ⇒ ::Array[Types::IdentityDocumentField]
Returns the value of attribute identity_document_fields.
447 448 449 |
# File 'sig/types.rbs', line 447 def identity_document_fields @identity_document_fields end |