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)


6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-costexplorer/types.rb', line 6799

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)


6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-costexplorer/types.rb', line 6799

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)


6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-costexplorer/types.rb', line 6799

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