FleetCapacity

public struct FleetCapacity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a fleet.

    Declaration

    Swift

    public let fleetId: String?
  • Current status of fleet capacity.

    Declaration

    Swift

    public let instanceCounts: EC2InstanceCounts?
  • Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

    Declaration

    Swift

    public let instanceType: EC2InstanceType?
  • Undocumented

    Declaration

    Swift

    public init(fleetId: String? = nil, instanceCounts: EC2InstanceCounts? = nil, instanceType: EC2InstanceType? = nil)