Class: Aws::EC2::Types::CreateCapacityReservationDateChangeQuoteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCapacityReservationDateChangeQuoteResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_modification_quote ⇒ Types::CapacityReservationModificationQuote
Information about the Capacity Reservation date change quote.
Instance Attribute Details
#capacity_reservation_modification_quote ⇒ Types::CapacityReservationModificationQuote
Information about the Capacity Reservation date change quote.
10140 10141 10142 10143 10144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10140 class CreateCapacityReservationDateChangeQuoteResult < Struct.new( :capacity_reservation_modification_quote) SENSITIVE = [] include Aws::Structure end |