Class: Aws::CostExplorer::Types::AnalysisSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::AnalysisSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
A summary of the analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_completion_time ⇒ String
The completion time of 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.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_started_time ⇒ String
The start time of the analysis.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#analysis_status ⇒ String
The status of the analysis.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#commitment_purchase_analysis_configuration ⇒ Types::CommitmentPurchaseAnalysisConfiguration
The configuration for the commitment purchase analysis.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code used for the analysis.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |
#estimated_completion_time ⇒ String
The estimated time for when the analysis will complete.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 73 class AnalysisSummary < Struct.new( :estimated_completion_time, :analysis_completion_time, :analysis_started_time, :analysis_status, :error_code, :analysis_id, :commitment_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |