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.



7041
7042
7043
7044
7045
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7041

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