Class: Aws::CostExplorer::Types::AnalysisSummary

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

Overview

A summary of the analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_completion_timeString

The completion time of the analysis.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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_timeString

The start time of the analysis.

Returns:

  • (String)


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_statusString

The status of the analysis.

Returns:

  • (String)


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_configurationTypes::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_codeString

The error code used for the analysis.

Returns:

  • (String)


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_timeString

The estimated time for when the analysis will complete.

Returns:

  • (String)


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