AWSEC2CreateFleetInstance
Objective-C
@interface AWSEC2CreateFleetInstance
Swift
class AWSEC2CreateFleetInstance
Describes the instances that were launched by the fleet.
-
The IDs of the instances.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceIds;
Swift
var instanceIds: [String]? { get set }
-
The instance type.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceType instanceType;
Swift
var instanceType: AWSEC2InstanceType { get set }
-
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LaunchTemplateAndOverridesResponse *_Nullable launchTemplateAndOverrides;
Swift
var launchTemplateAndOverrides: AWSEC2LaunchTemplateAndOverridesResponse? { get set }
-
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceLifecycle lifecycle;
Swift
var lifecycle: AWSEC2InstanceLifecycle { get set }
-
The value is
Windows
for Windows instances. Otherwise, the value is blank.Declaration
Objective-C
@property (nonatomic) AWSEC2PlatformValues platform;
Swift
var platform: AWSEC2PlatformValues { get set }