Class: Aws::CostExplorer::Types::GetSavingsPlansPurchaseRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansPurchaseRecommendationResponse
- Includes:
- Structure
- Defined in:
- 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.
4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4292 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.
4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4292 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.
4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4292 class GetSavingsPlansPurchaseRecommendationResponse < Struct.new( :metadata, :savings_plans_purchase_recommendation, :next_page_token) SENSITIVE = [] include Aws::Structure end |