Class: Aws::Types::LendingSummary
- Inherits:
-
Object
- Object
- Aws::Types::LendingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_groups ⇒ ::Array[Types::DocumentGroup]
Returns the value of attribute document_groups.
-
#undetected_document_types ⇒ ::Array[::String]
Returns the value of attribute undetected_document_types.
Instance Attribute Details
#document_groups ⇒ ::Array[Types::DocumentGroup]
Returns the value of attribute document_groups.
502 503 504 |
# File 'sig/types.rbs', line 502 def document_groups @document_groups end |
#undetected_document_types ⇒ ::Array[::String]
Returns the value of attribute undetected_document_types.
503 504 505 |
# File 'sig/types.rbs', line 503 def undetected_document_types @undetected_document_types end |