Class: Aws::Types::GetLendingAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLendingAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyze_lending_model_version ⇒ ::String
Returns the value of attribute analyze_lending_model_version.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#results ⇒ ::Array[Types::LendingResult]
Returns the value of attribute results.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
Instance Attribute Details
#analyze_lending_model_version ⇒ ::String
Returns the value of attribute analyze_lending_model_version.
397 398 399 |
# File 'sig/types.rbs', line 397 def analyze_lending_model_version @analyze_lending_model_version end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
391 392 393 |
# File 'sig/types.rbs', line 391 def @document_metadata end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
392 393 394 |
# File 'sig/types.rbs', line 392 def job_status @job_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
393 394 395 |
# File 'sig/types.rbs', line 393 def next_token @next_token end |
#results ⇒ ::Array[Types::LendingResult]
Returns the value of attribute results.
394 395 396 |
# File 'sig/types.rbs', line 394 def results @results end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
396 397 398 |
# File 'sig/types.rbs', line 396 def @status_message end |
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
395 396 397 |
# File 'sig/types.rbs', line 395 def warnings @warnings end |