Class: Aws::Types::GetCommitmentPurchaseAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCommitmentPurchaseAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_completion_time ⇒ ::String
Returns the value of attribute analysis_completion_time.
-
#analysis_details ⇒ Types::AnalysisDetails
Returns the value of attribute analysis_details.
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#analysis_started_time ⇒ ::String
Returns the value of attribute analysis_started_time.
-
#analysis_status ⇒ "SUCCEEDED", ...
Returns the value of attribute analysis_status.
-
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
Returns the value of attribute commitment_purchase_analysis_configuration.
-
#error_code ⇒ "NO_USAGE_FOUND", ...
Returns the value of attribute error_code.
-
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
Instance Attribute Details
#analysis_completion_time ⇒ ::String
Returns the value of attribute analysis_completion_time.
556 557 558 |
# File 'sig/types.rbs', line 556 def analysis_completion_time @analysis_completion_time end |
#analysis_details ⇒ Types::AnalysisDetails
Returns the value of attribute analysis_details.
561 562 563 |
# File 'sig/types.rbs', line 561 def analysis_details @analysis_details end |
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
558 559 560 |
# File 'sig/types.rbs', line 558 def analysis_id @analysis_id end |
#analysis_started_time ⇒ ::String
Returns the value of attribute analysis_started_time.
557 558 559 |
# File 'sig/types.rbs', line 557 def analysis_started_time @analysis_started_time end |
#analysis_status ⇒ "SUCCEEDED", ...
Returns the value of attribute analysis_status.
559 560 561 |
# File 'sig/types.rbs', line 559 def analysis_status @analysis_status end |
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
Returns the value of attribute commitment_purchase_analysis_configuration.
562 563 564 |
# File 'sig/types.rbs', line 562 def commitment_purchase_analysis_configuration @commitment_purchase_analysis_configuration end |
#error_code ⇒ "NO_USAGE_FOUND", ...
Returns the value of attribute error_code.
560 561 562 |
# File 'sig/types.rbs', line 560 def error_code @error_code end |
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
555 556 557 |
# File 'sig/types.rbs', line 555 def estimated_completion_time @estimated_completion_time end |