Class: Aws::EC2::Types::ModificationTerms

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the terms of a Capacity Reservation modification quote.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reservation_updateTypes::ModificationReservationUpdate

The changes that will be applied to the Capacity Reservation if you accept the modification terms.



64646
64647
64648
64649
64650
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64646

class ModificationTerms < Struct.new(
  :reservation_update)
  SENSITIVE = []
  include Aws::Structure
end