Class: Aws::CostExplorer::Types::StartCommitmentPurchaseAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::StartCommitmentPurchaseAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
-
#analysis_started_time ⇒ String
The start time of the analysis.
-
#estimated_completion_time ⇒ String
The estimated time for when the analysis will complete.
Instance Attribute Details
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
7257 7258 7259 7260 7261 7262 7263 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7257 class StartCommitmentPurchaseAnalysisResponse < Struct.new( :analysis_id, :analysis_started_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |
#analysis_started_time ⇒ String
The start time of the analysis.
7257 7258 7259 7260 7261 7262 7263 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7257 class StartCommitmentPurchaseAnalysisResponse < Struct.new( :analysis_id, :analysis_started_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |
#estimated_completion_time ⇒ String
The estimated time for when the analysis will complete.
7257 7258 7259 7260 7261 7262 7263 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7257 class StartCommitmentPurchaseAnalysisResponse < Struct.new( :analysis_id, :analysis_started_time, :estimated_completion_time) SENSITIVE = [] include Aws::Structure end |