Class: Aws::Types::SavingsPlansPurchaseAnalysisConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansPurchaseAnalysisConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
-
#analysis_type ⇒ "MAX_SAVINGS", ...
Returns the value of attribute analysis_type.
-
#look_back_time_period ⇒ Types::DateInterval
Returns the value of attribute look_back_time_period.
-
#savings_plans_target_coverage ⇒ ::Integer
Returns the value of attribute savings_plans_target_coverage.
-
#savings_plans_to_add ⇒ ::Array[Types::SavingsPlans]
Returns the value of attribute savings_plans_to_add.
-
#savings_plans_to_exclude ⇒ ::Array[::String]
Returns the value of attribute savings_plans_to_exclude.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def account_id @account_id end |
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def account_scope @account_scope end |
#analysis_type ⇒ "MAX_SAVINGS", ...
Returns the value of attribute analysis_type.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def analysis_type @analysis_type end |
#look_back_time_period ⇒ Types::DateInterval
Returns the value of attribute look_back_time_period.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def look_back_time_period @look_back_time_period end |
#savings_plans_target_coverage ⇒ ::Integer
Returns the value of attribute savings_plans_target_coverage.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def savings_plans_target_coverage @savings_plans_target_coverage end |
#savings_plans_to_add ⇒ ::Array[Types::SavingsPlans]
Returns the value of attribute savings_plans_to_add.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def savings_plans_to_add @savings_plans_to_add end |
#savings_plans_to_exclude ⇒ ::Array[::String]
Returns the value of attribute savings_plans_to_exclude.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def savings_plans_to_exclude @savings_plans_to_exclude end |