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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


6804
6805
6806
6807
6808
6809
6810
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6804

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)


6804
6805
6806
6807
6808
6809
6810
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6804

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)


6804
6805
6806
6807
6808
6809
6810
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6804

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