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.
2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2901 class NegateReservedInstanceAction < Struct.new( :reserved_instances_id) SENSITIVE = [] include Aws::Structure end |