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.



4135
4136
4137
4138
4139
4140
# File 'lib/aws-sdk-costexplorer/types.rb', line 4135

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)


4135
4136
4137
4138
4139
4140
# File 'lib/aws-sdk-costexplorer/types.rb', line 4135

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