Class: Aws::Types::SavingsPlansPurchaseRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansPurchaseRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
-
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
-
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
-
#savings_plans_purchase_recommendation_details ⇒ ::Array[Types::SavingsPlansPurchaseRecommendationDetail]
Returns the value of attribute savings_plans_purchase_recommendation_details.
-
#savings_plans_purchase_recommendation_summary ⇒ Types::SavingsPlansPurchaseRecommendationSummary
Returns the value of attribute savings_plans_purchase_recommendation_summary.
-
#savings_plans_type ⇒ "COMPUTE_SP", ...
Returns the value of attribute savings_plans_type.
-
#term_in_years ⇒ "ONE_YEAR", "THREE_YEARS"
Returns the value of attribute term_in_years.
Instance Attribute Details
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def account_scope @account_scope end |
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def lookback_period_in_days @lookback_period_in_days end |
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def payment_option @payment_option end |
#savings_plans_purchase_recommendation_details ⇒ ::Array[Types::SavingsPlansPurchaseRecommendationDetail]
Returns the value of attribute savings_plans_purchase_recommendation_details.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def savings_plans_purchase_recommendation_details @savings_plans_purchase_recommendation_details end |
#savings_plans_purchase_recommendation_summary ⇒ Types::SavingsPlansPurchaseRecommendationSummary
Returns the value of attribute savings_plans_purchase_recommendation_summary.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def savings_plans_purchase_recommendation_summary @savings_plans_purchase_recommendation_summary end |
#savings_plans_type ⇒ "COMPUTE_SP", ...
Returns the value of attribute savings_plans_type.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def savings_plans_type @savings_plans_type end |
#term_in_years ⇒ "ONE_YEAR", "THREE_YEARS"
Returns the value of attribute term_in_years.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def term_in_years @term_in_years end |