CreateFleetResult
public struct CreateFleetResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the instances that could not be launched by the fleet. Valid only when Type is set to instant.
Declaration
Swift
public let errors: [CreateFleetError]? -
The ID of the EC2 Fleet.
Declaration
Swift
public let fleetId: String? -
Information about the instances that were launched by the fleet. Valid only when Type is set to instant.
Declaration
Swift
public let instances: [CreateFleetInstance]? -
Undocumented
Declaration
Swift
public init(errors: [CreateFleetError]? = nil, fleetId: String? = nil, instances: [CreateFleetInstance]? = nil)
View on GitHub
CreateFleetResult Structure Reference