Class: Aws::CostExplorer::Types::GetSavingsPlanPurchaseRecommendationDetailsResponse

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

#recommendation_detail_dataTypes::RecommendationDetailData

Contains detailed information about a specific Savings Plan recommendation.



4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4764

class GetSavingsPlanPurchaseRecommendationDetailsResponse < Struct.new(
  :recommendation_detail_id,
  :recommendation_detail_data)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_detail_idString

The ID that is associated with the Savings Plan recommendation.

Returns:

  • (String)


4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4764

class GetSavingsPlanPurchaseRecommendationDetailsResponse < Struct.new(
  :recommendation_detail_id,
  :recommendation_detail_data)
  SENSITIVE = []
  include Aws::Structure
end