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

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

#recommendation_detail_dataTypes::RecommendationDetailData

Contains detailed information about a specific Savings Plan recommendation.



3937
3938
3939
3940
3941
3942
# File 'lib/aws-sdk-costexplorer/types.rb', line 3937

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)


3937
3938
3939
3940
3941
3942
# File 'lib/aws-sdk-costexplorer/types.rb', line 3937

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