Class: Aws::CostExplorer::Types::GetSavingsPlanPurchaseRecommendationDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlanPurchaseRecommendationDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation_detail_data ⇒ Types::RecommendationDetailData
Contains detailed information about a specific Savings Plan recommendation.
-
#recommendation_detail_id ⇒ String
The ID that is associated with the Savings Plan recommendation.
Instance Attribute Details
#recommendation_detail_data ⇒ Types::RecommendationDetailData
Contains detailed information about a specific Savings Plan recommendation.
3928 3929 3930 3931 3932 3933 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3928 class GetSavingsPlanPurchaseRecommendationDetailsResponse < Struct.new( :recommendation_detail_id, :recommendation_detail_data) SENSITIVE = [] include Aws::Structure end |
#recommendation_detail_id ⇒ String
The ID that is associated with the Savings Plan recommendation.
3928 3929 3930 3931 3932 3933 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3928 class GetSavingsPlanPurchaseRecommendationDetailsResponse < Struct.new( :recommendation_detail_id, :recommendation_detail_data) SENSITIVE = [] include Aws::Structure end |