Class: Aws::CostExplorer::Types::StartSavingsPlansPurchaseRecommendationGenerationResponse

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

#estimated_completion_timeString

The estimated time for when the recommendation generation will complete.

Returns:

  • (String)


7312
7313
7314
7315
7316
7317
7318
# File 'lib/aws-sdk-costexplorer/types.rb', line 7312

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

#generation_started_timeString

The start time of the recommendation generation.

Returns:

  • (String)


7312
7313
7314
7315
7316
7317
7318
# File 'lib/aws-sdk-costexplorer/types.rb', line 7312

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

#recommendation_idString

The ID for this specific recommendation.

Returns:

  • (String)


7312
7313
7314
7315
7316
7317
7318
# File 'lib/aws-sdk-costexplorer/types.rb', line 7312

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