Class: Aws::Types::GetLendingAnalysisResponse

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)


397
398
399
# File 'sig/types.rbs', line 397

def analyze_lending_model_version
  @analyze_lending_model_version
end

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

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def results
  @results
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def status_message
  @status_message
end

#warnings::Array[Types::Warning]

Returns the value of attribute warnings.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def warnings
  @warnings
end