Class: Aws::Types::IdentityDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocks::Array[Types::Block]

Returns the value of attribute blocks.

Returns:



448
449
450
# File 'sig/types.rbs', line 448

def blocks
  @blocks
end

#document_index::Integer

Returns the value of attribute document_index.

Returns:

  • (::Integer)


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.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def identity_document_fields
  @identity_document_fields
end