Class: Aws::CostExplorer::Types::StartSavingsPlansPurchaseRecommendationGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::StartSavingsPlansPurchaseRecommendationGenerationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_completion_time ⇒ String
The estimated time for when the recommendation generation will complete.
-
#generation_started_time ⇒ String
The start time of the recommendation generation.
-
#recommendation_id ⇒ String
The ID for this specific recommendation.
Instance Attribute Details
#estimated_completion_time ⇒ String
The estimated time for when the recommendation generation will complete.
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_time ⇒ String
The start time of the recommendation generation.
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_id ⇒ String
The ID for this specific recommendation.
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 |