Class: Aws::CostExplorer::Types::GetCommitmentPurchaseAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCommitmentPurchaseAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_completion_time ⇒ String
The completion time of the analysis.
-
#analysis_details ⇒ Types::AnalysisDetails
Details about the analysis.
-
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
-
#analysis_started_time ⇒ String
The start time of the analysis.
-
#analysis_status ⇒ String
The status of the analysis.
-
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
The configuration for the commitment purchase analysis.
-
#error_code ⇒ String
The error code used for the analysis.
-
#estimated_completion_time ⇒ String
The estimated time for when the analysis will complete.
Instance Attribute Details
#analysis_completion_time ⇒ String
The completion time of the analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_details ⇒ Types::AnalysisDetails
Details about the analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_started_time ⇒ String
The start time of the analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_status ⇒ String
The status of the analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
The configuration for the commitment purchase analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code used for the analysis.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#estimated_completion_time ⇒ String
The estimated time for when the analysis will complete.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2326 class GetCommitmentPurchaseAnalysisResponse < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_id, :analysis_status, :error_code, :analysis_details, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |