Class: Aws::CostExplorer::Types::GetSavingsPlansPurchaseRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansPurchaseRecommendationResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Types::SavingsPlansPurchaseRecommendationMetadata
Information that regards this specific recommendation set.
-
#next_page_token ⇒ String
The token for the next set of retrievable results.
-
#savings_plans_purchase_recommendation ⇒ Types::SavingsPlansPurchaseRecommendation
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
Instance Attribute Details
#metadata ⇒ Types::SavingsPlansPurchaseRecommendationMetadata
Information that regards this specific recommendation set.
3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3975 class GetSavingsPlansPurchaseRecommendationResponse < Struct.new( :metadata, :savings_plans_purchase_recommendation, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3975 class GetSavingsPlansPurchaseRecommendationResponse < Struct.new( :metadata, :savings_plans_purchase_recommendation, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#savings_plans_purchase_recommendation ⇒ Types::SavingsPlansPurchaseRecommendation
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
3975 3976 3977 3978 3979 3980 3981 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3975 class GetSavingsPlansPurchaseRecommendationResponse < Struct.new( :metadata, :savings_plans_purchase_recommendation, :next_page_token) SENSITIVE = [] include Aws::Structure end |