Class: Aws::CostExplorer::Types::GetSavingsPlanPurchaseRecommendationDetailsRequest

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_idString

The ID that is associated with the Savings Plan recommendation.

Returns:

  • (String)


4111
4112
4113
4114
4115
# File 'lib/aws-sdk-costexplorer/types.rb', line 4111

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