Class: Aws::BCMPricingCalculator::Types::NegateReservedInstanceAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::NegateReservedInstanceAction
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents an action to remove a Reserved Instance from a bill scenario.
This is the ID of an existing Reserved Instance in your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_instances_id ⇒ String
The ID of the Reserved Instance to remove.
Instance Attribute Details
#reserved_instances_id ⇒ String
The ID of the Reserved Instance to remove.
2896 2897 2898 2899 2900 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2896 class NegateReservedInstanceAction < Struct.new( :reserved_instances_id) SENSITIVE = [] include Aws::Structure end |