Class: Aws::CostExplorer::Types::StartCommitmentPurchaseAnalysisResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The analysis ID that’s associated with the commitment purchase analysis.

Returns:

  • (String)


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_timeString

The start time of the analysis.

Returns:

  • (String)


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_timeString

The estimated time for when the analysis will complete.

Returns:

  • (String)


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