Class: Aws::Types::GetLendingAnalysisSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLendingAnalysisSummaryResponse
- 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.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#summary ⇒ Types::LendingSummary
Returns the value of attribute summary.
-
#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.
412 413 414 |
# File 'sig/types.rbs', line 412 def analyze_lending_model_version @analyze_lending_model_version end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
407 408 409 |
# File 'sig/types.rbs', line 407 def @document_metadata end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
408 409 410 |
# File 'sig/types.rbs', line 408 def job_status @job_status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
411 412 413 |
# File 'sig/types.rbs', line 411 def @status_message end |
#summary ⇒ Types::LendingSummary
Returns the value of attribute summary.
409 410 411 |
# File 'sig/types.rbs', line 409 def summary @summary end |
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
410 411 412 |
# File 'sig/types.rbs', line 410 def warnings @warnings end |