AWSEC2CreateFleetResult

Objective-C

@interface AWSEC2CreateFleetResult

Swift

class AWSEC2CreateFleetResult
  • Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2CreateFleetError *> *_Nullable errors;

    Swift

    var errors: [AWSEC2CreateFleetError]? { get set }
  • The ID of the EC2 Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fleetId;

    Swift

    var fleetId: String? { get set }
  • Information about the instances that were launched by the fleet. Supported only for fleets of type instant.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2CreateFleetInstance *> *_Nullable instances;

    Swift

    var instances: [AWSEC2CreateFleetInstance]? { get set }