Class: Aws::Types::LendingResult
- Inherits:
-
Object
- Object
- Aws::Types::LendingResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extractions ⇒ ::Array[Types::Extraction]
Returns the value of attribute extractions.
-
#page ⇒ ::Integer
Returns the value of attribute page.
-
#page_classification ⇒ Types::PageClassification
Returns the value of attribute page_classification.
Instance Attribute Details
#extractions ⇒ ::Array[Types::Extraction]
Returns the value of attribute extractions.
497 498 499 |
# File 'sig/types.rbs', line 497 def extractions @extractions end |
#page ⇒ ::Integer
Returns the value of attribute page.
495 496 497 |
# File 'sig/types.rbs', line 495 def page @page end |
#page_classification ⇒ Types::PageClassification
Returns the value of attribute page_classification.
496 497 498 |
# File 'sig/types.rbs', line 496 def page_classification @page_classification end |