Class: Aws::BCMPricingCalculator::Types::NegateSavingsPlanAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::NegateSavingsPlanAction
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents an action to remove a Savings Plan from a bill scenario.
This is the ID of an existing Savings Plan in your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#savings_plan_id ⇒ String
The ID of the Savings Plan to remove.
Instance Attribute Details
#savings_plan_id ⇒ String
The ID of the Savings Plan to remove.
3001 3002 3003 3004 3005 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3001 class NegateSavingsPlanAction < Struct.new( :savings_plan_id) SENSITIVE = [] include Aws::Structure end |