Class: Aws::EC2::Types::ModificationTerms
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModificationTerms
- 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
-
#reservation_update ⇒ Types::ModificationReservationUpdate
The changes that will be applied to the Capacity Reservation if you accept the modification terms.
Instance Attribute Details
#reservation_update ⇒ Types::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 |