Class: Aws::BCMPricingCalculator::Types::NegateReservedInstanceAction

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

Instance Attribute Details

#reserved_instances_idString

The ID of the Reserved Instance to remove.

Returns:

  • (String)

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