AWSEC2Reservation
Objective-C
@interface AWSEC2Reservation
Swift
class AWSEC2Reservation
Describes a launch request for one or more instances, and includes owner, requester, and security group information that applies to all instances in the launch request.
-
Not supported.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2GroupIdentifier *> *_Nullable groups;
Swift
var groups: [AWSEC2GroupIdentifier]? { get set }
-
The instances.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Instance *> *_Nullable instances;
Swift
var instances: [AWSEC2Instance]? { get set }
-
The ID of the Amazon Web Services account that owns the reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable requesterId;
Swift
var requesterId: String? { get set }
-
The ID of the reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable reservationId;
Swift
var reservationId: String? { get set }