Class: Aws::BCMPricingCalculator::Types::NegateSavingsPlanAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#savings_plan_idString

The ID of the Savings Plan to remove.

Returns:

  • (String)


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