Class: Aws::Types::Extraction
- Inherits:
-
Object
- Object
- Aws::Types::Extraction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expense_document ⇒ Types::ExpenseDocument
Returns the value of attribute expense_document.
-
#identity_document ⇒ Types::IdentityDocument
Returns the value of attribute identity_document.
-
#lending_document ⇒ Types::LendingDocument
Returns the value of attribute lending_document.
Instance Attribute Details
#expense_document ⇒ Types::ExpenseDocument
Returns the value of attribute expense_document.
280 281 282 |
# File 'sig/types.rbs', line 280 def expense_document @expense_document end |
#identity_document ⇒ Types::IdentityDocument
Returns the value of attribute identity_document.
281 282 283 |
# File 'sig/types.rbs', line 281 def identity_document @identity_document end |
#lending_document ⇒ Types::LendingDocument
Returns the value of attribute lending_document.
279 280 281 |
# File 'sig/types.rbs', line 279 def lending_document @lending_document end |