Class: Aws::Types::GetSavingsPlanPurchaseRecommendationDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlanPurchaseRecommendationDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation_detail_data ⇒ Types::RecommendationDetailData
Returns the value of attribute recommendation_detail_data.
-
#recommendation_detail_id ⇒ ::String
Returns the value of attribute recommendation_detail_id.
Instance Attribute Details
#recommendation_detail_data ⇒ Types::RecommendationDetailData
Returns the value of attribute recommendation_detail_data.
782 783 784 |
# File 'sig/types.rbs', line 782 def recommendation_detail_data @recommendation_detail_data end |
#recommendation_detail_id ⇒ ::String
Returns the value of attribute recommendation_detail_id.
781 782 783 |
# File 'sig/types.rbs', line 781 def recommendation_detail_id @recommendation_detail_id end |