Class: Aws::Types::BillScenarioCommitmentModificationAction
- Inherits:
-
Object
- Object
- Aws::Types::BillScenarioCommitmentModificationAction
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AddReservedInstanceAction, AddSavingsPlanAction, NegateReservedInstanceAction, NegateSavingsPlanAction, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_reserved_instance_action ⇒ Types::AddReservedInstanceAction
Returns the value of attribute add_reserved_instance_action.
-
#add_savings_plan_action ⇒ Types::AddSavingsPlanAction
Returns the value of attribute add_savings_plan_action.
-
#negate_reserved_instance_action ⇒ Types::NegateReservedInstanceAction
Returns the value of attribute negate_reserved_instance_action.
-
#negate_savings_plan_action ⇒ Types::NegateSavingsPlanAction
Returns the value of attribute negate_savings_plan_action.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#add_reserved_instance_action ⇒ Types::AddReservedInstanceAction
Returns the value of attribute add_reserved_instance_action.
370 371 372 |
# File 'sig/types.rbs', line 370 def add_reserved_instance_action @add_reserved_instance_action end |
#add_savings_plan_action ⇒ Types::AddSavingsPlanAction
Returns the value of attribute add_savings_plan_action.
371 372 373 |
# File 'sig/types.rbs', line 371 def add_savings_plan_action @add_savings_plan_action end |
#negate_reserved_instance_action ⇒ Types::NegateReservedInstanceAction
Returns the value of attribute negate_reserved_instance_action.
372 373 374 |
# File 'sig/types.rbs', line 372 def negate_reserved_instance_action @negate_reserved_instance_action end |
#negate_savings_plan_action ⇒ Types::NegateSavingsPlanAction
Returns the value of attribute negate_savings_plan_action.
373 374 375 |
# File 'sig/types.rbs', line 373 def negate_savings_plan_action @negate_savings_plan_action end |
#unknown ⇒ Object
Returns the value of attribute unknown.
374 375 376 |
# File 'sig/types.rbs', line 374 def unknown @unknown end |