Class: Aws::CostExplorer::Types::GenerationSummary

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

Overview

The summary of the Savings Plans recommendation generation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_completion_timeString

Indicates the estimated time for when the recommendation generation will complete.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-costexplorer/types.rb', line 1964

class GenerationSummary < Struct.new(
  :recommendation_id,
  :generation_status,
  :generation_started_time,
  :generation_completion_time,
  :estimated_completion_time)
  SENSITIVE = []
  include Aws::Structure
end

#generation_completion_timeString

Indicates the completion time of the recommendation generation.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-costexplorer/types.rb', line 1964

class GenerationSummary < Struct.new(
  :recommendation_id,
  :generation_status,
  :generation_started_time,
  :generation_completion_time,
  :estimated_completion_time)
  SENSITIVE = []
  include Aws::Structure
end

#generation_started_timeString

Indicates the start time of the recommendation generation.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-costexplorer/types.rb', line 1964

class GenerationSummary < Struct.new(
  :recommendation_id,
  :generation_status,
  :generation_started_time,
  :generation_completion_time,
  :estimated_completion_time)
  SENSITIVE = []
  include Aws::Structure
end

#generation_statusString

Indicates whether the recommendation generation succeeded, is processing, or failed.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-costexplorer/types.rb', line 1964

class GenerationSummary < Struct.new(
  :recommendation_id,
  :generation_status,
  :generation_started_time,
  :generation_completion_time,
  :estimated_completion_time)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

Indicates the ID for this specific recommendation.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-costexplorer/types.rb', line 1964

class GenerationSummary < Struct.new(
  :recommendation_id,
  :generation_status,
  :generation_started_time,
  :generation_completion_time,
  :estimated_completion_time)
  SENSITIVE = []
  include Aws::Structure
end