EC2InstanceLimit
public struct EC2InstanceLimit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Number of instances of the specified type that are currently in use by this AWS account.
Declaration
Swift
public let currentInstances: Int?
-
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 eC2InstanceType: EC2InstanceType?
-
Number of instances allowed.
Declaration
Swift
public let instanceLimit: Int?
-
Undocumented
Declaration
Swift
public init(currentInstances: Int? = nil, eC2InstanceType: EC2InstanceType? = nil, instanceLimit: Int? = nil)