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)


1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-costexplorer/types.rb', line 1915

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)


1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-costexplorer/types.rb', line 1915

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)


1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-costexplorer/types.rb', line 1915

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)


1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-costexplorer/types.rb', line 1915

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)


1915
1916
1917
1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-costexplorer/types.rb', line 1915

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