AWSEC2CreateFleetResult
Objective-C
@interface AWSEC2CreateFleetResultSwift
class AWSEC2CreateFleetResult- 
                  
                  Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2CreateFleetError *> *_Nullable errors;Swift var errors: [AWSEC2CreateFleetError]? { get set }
- 
                  
                  The ID of the EC2 Fleet. DeclarationObjective-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.DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2CreateFleetInstance *> *_Nullable instances;Swift var instances: [AWSEC2CreateFleetInstance]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2CreateFleetResult Class Reference
        AWSEC2CreateFleetResult Class Reference