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)


3920
3921
3922
3923
3924
# File 'lib/aws-sdk-costexplorer/types.rb', line 3920

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