Class: Aws::Types::GetSavingsPlansPurchaseRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansPurchaseRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
-
#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.
808 809 810 |
# File 'sig/types.rbs', line 808 def account_scope @account_scope end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
812 813 814 |
# File 'sig/types.rbs', line 812 def filter @filter end |
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
811 812 813 |
# File 'sig/types.rbs', line 811 def lookback_period_in_days @lookback_period_in_days end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
809 810 811 |
# File 'sig/types.rbs', line 809 def next_page_token @next_page_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
810 811 812 |
# File 'sig/types.rbs', line 810 def page_size @page_size end |
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
807 808 809 |
# File 'sig/types.rbs', line 807 def payment_option @payment_option end |
#savings_plans_type ⇒ "COMPUTE_SP", ...
Returns the value of attribute savings_plans_type.
805 806 807 |
# File 'sig/types.rbs', line 805 def savings_plans_type @savings_plans_type end |
#term_in_years ⇒ "ONE_YEAR", "THREE_YEARS"
Returns the value of attribute term_in_years.
806 807 808 |
# File 'sig/types.rbs', line 806 def term_in_years @term_in_years end |