Class: Aws::Types::LendingDocument
- Inherits:
-
Object
- Object
- Aws::Types::LendingDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lending_fields ⇒ ::Array[Types::LendingField]
Returns the value of attribute lending_fields.
-
#signature_detections ⇒ ::Array[Types::SignatureDetection]
Returns the value of attribute signature_detections.
Instance Attribute Details
#lending_fields ⇒ ::Array[Types::LendingField]
Returns the value of attribute lending_fields.
482 483 484 |
# File 'sig/types.rbs', line 482 def lending_fields @lending_fields end |
#signature_detections ⇒ ::Array[Types::SignatureDetection]
Returns the value of attribute signature_detections.
483 484 485 |
# File 'sig/types.rbs', line 483 def signature_detections @signature_detections end |