Class: Aws::CostExplorer::Types::SavingsPlansPurchaseRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansPurchaseRecommendation
- Defined in:
- gems/aws-sdk-costexplorer/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
-
#account_scope ⇒ String
The account scope that you want your recommendations for.
-
#lookback_period_in_days ⇒ String
The lookback period in days, used to generate the recommendation.
-
#payment_option ⇒ String
The payment option used to generate the recommendation.
-
#savings_plans_purchase_recommendation_details ⇒ Array<Types::SavingsPlansPurchaseRecommendationDetail>
Details for the Savings Plans we recommend that you purchase to cover existing Savings Plans eligible workloads.
-
#savings_plans_purchase_recommendation_summary ⇒ Types::SavingsPlansPurchaseRecommendationSummary
Summary metrics for your Savings Plans Recommendations.
-
#savings_plans_type ⇒ String
The requested Savings Plans recommendation type.
-
#term_in_years ⇒ String
The Savings Plans recommendation term in years, used to generate the recommendation.
Instance Attribute Details
#account_scope ⇒ String
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.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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_days ⇒ String
The lookback period in days, used to generate the recommendation.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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_option ⇒ String
The payment option used to generate the recommendation.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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_details ⇒ Array<Types::SavingsPlansPurchaseRecommendationDetail>
Details for the Savings Plans we recommend that you purchase to cover existing Savings Plans eligible workloads.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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_summary ⇒ Types::SavingsPlansPurchaseRecommendationSummary
Summary metrics for your Savings Plans Recommendations.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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_type ⇒ String
The requested Savings Plans recommendation type.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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_years ⇒ String
The Savings Plans recommendation term in years, used to generate the recommendation.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5933 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 |