Class: Aws::EC2::Types::CreateCapacityReservationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservationTypes::CapacityReservation

Information about the Capacity Reservation.



8002
8003
8004
8005
8006
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8002

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