Class: Aws::Types::GetLendingAnalysisSummaryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_lending_model_version::String

Returns the value of attribute analyze_lending_model_version.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def analyze_lending_model_version
  @analyze_lending_model_version
end

#document_metadataTypes::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.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS")


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.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def status_message
  @status_message
end

#summaryTypes::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.

Returns:



410
411
412
# File 'sig/types.rbs', line 410

def warnings
  @warnings
end