Class: Aws::CostExplorer::Types::GetSavingsPlansPurchaseRecommendationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::SavingsPlansPurchaseRecommendationMetadata

Information regarding this specific recommendation set.



4232
4233
4234
4235
4236
4237
4238
# File 'lib/aws-sdk-costexplorer/types.rb', line 4232

class GetSavingsPlansPurchaseRecommendationResponse < Struct.new(
  :metadata,
  :savings_plans_purchase_recommendation,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


4232
4233
4234
4235
4236
4237
4238
# File 'lib/aws-sdk-costexplorer/types.rb', line 4232

class GetSavingsPlansPurchaseRecommendationResponse < Struct.new(
  :metadata,
  :savings_plans_purchase_recommendation,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_purchase_recommendationTypes::SavingsPlansPurchaseRecommendation

Contains your request parameters, Savings Plan Recommendations Summary, and Details.



4232
4233
4234
4235
4236
4237
4238
# File 'lib/aws-sdk-costexplorer/types.rb', line 4232

class GetSavingsPlansPurchaseRecommendationResponse < Struct.new(
  :metadata,
  :savings_plans_purchase_recommendation,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end