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

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_idString

The ID that is associated with the Savings Plan recommendation.

Returns:

  • (String)


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

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