Class: Aws::CostExplorer::Types::SavingsPlansPurchaseRecommendation

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_scopeString

The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the management account and member accounts if the value is set to ‘PAYER`. If the value is `LINKED`, recommendations are calculated for individual member accounts only.

Returns:

  • (String)


6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#lookback_period_in_daysString

The lookback period in days, used to generate the recommendation.

Returns:

  • (String)


6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option used to generate the recommendation.

Returns:

  • (String)


6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_purchase_recommendation_detailsArray<Types::SavingsPlansPurchaseRecommendationDetail>

Details for the Savings Plans we recommend that you purchase to cover existing Savings Plans eligible workloads.



6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_purchase_recommendation_summaryTypes::SavingsPlansPurchaseRecommendationSummary

Summary metrics for your Savings Plans Recommendations.



6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_typeString

The requested Savings Plans recommendation type.

Returns:

  • (String)


6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#term_in_yearsString

The Savings Plans recommendation term in years, used to generate the recommendation.

Returns:

  • (String)


6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
# File 'lib/aws-sdk-costexplorer/types.rb', line 6014

class SavingsPlansPurchaseRecommendation < Struct.new(
  :account_scope,
  :savings_plans_type,
  :term_in_years,
  :payment_option,
  :lookback_period_in_days,
  :savings_plans_purchase_recommendation_details,
  :savings_plans_purchase_recommendation_summary)
  SENSITIVE = []
  include Aws::Structure
end