Class: Aws::CostExplorer::Types::GetSavingsPlanPurchaseRecommendationDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlanPurchaseRecommendationDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation_detail_id ⇒ String
The ID that is associated with the Savings Plan recommendation.
Instance Attribute Details
#recommendation_detail_id ⇒ String
The ID that is associated with the Savings Plan recommendation.
4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4118 class GetSavingsPlanPurchaseRecommendationDetailsRequest < Struct.new( :recommendation_detail_id) SENSITIVE = [] include Aws::Structure end |