Class: Aws::Types::AddSavingsPlanAction
- Inherits:
-
Object
- Object
- Aws::Types::AddSavingsPlanAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commitment ⇒ ::Float
Returns the value of attribute commitment.
-
#savings_plan_offering_id ⇒ ::String
Returns the value of attribute savings_plan_offering_id.
Instance Attribute Details
#commitment ⇒ ::Float
Returns the value of attribute commitment.
24 25 26 |
# File 'sig/types.rbs', line 24 def commitment @commitment end |
#savings_plan_offering_id ⇒ ::String
Returns the value of attribute savings_plan_offering_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def savings_plan_offering_id @savings_plan_offering_id end |