Class: Aws::Types::GetExpenseAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetExpenseAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyze_expense_model_version ⇒ ::String
Returns the value of attribute analyze_expense_model_version.
-
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
-
#expense_documents ⇒ ::Array[Types::ExpenseDocument]
Returns the value of attribute expense_documents.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
Instance Attribute Details
#analyze_expense_model_version ⇒ ::String
Returns the value of attribute analyze_expense_model_version.
379 380 381 |
# File 'sig/types.rbs', line 379 def analyze_expense_model_version @analyze_expense_model_version end |
#document_metadata ⇒ Types::DocumentMetadata
Returns the value of attribute document_metadata.
373 374 375 |
# File 'sig/types.rbs', line 373 def @document_metadata end |
#expense_documents ⇒ ::Array[Types::ExpenseDocument]
Returns the value of attribute expense_documents.
376 377 378 |
# File 'sig/types.rbs', line 376 def expense_documents @expense_documents end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
374 375 376 |
# File 'sig/types.rbs', line 374 def job_status @job_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
375 376 377 |
# File 'sig/types.rbs', line 375 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
378 379 380 |
# File 'sig/types.rbs', line 378 def @status_message end |
#warnings ⇒ ::Array[Types::Warning]
Returns the value of attribute warnings.
377 378 379 |
# File 'sig/types.rbs', line 377 def warnings @warnings end |