AWSEC2CreateCapacityReservationResult
Objective-C
@interface AWSEC2CreateCapacityReservationResult
Swift
class AWSEC2CreateCapacityReservationResult
-
Information about the Capacity Reservation.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2CapacityReservation *_Nullable capacityReservation;
Swift
var capacityReservation: AWSEC2CapacityReservation? { get set }