ComputeCapacityStatus
public struct ComputeCapacityStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of currently available instances that can be used to stream sessions.
Declaration
Swift
public let available: Int?
-
The desired number of streaming instances.
Declaration
Swift
public let desired: Int
-
The number of instances in use for streaming.
Declaration
Swift
public let inUse: Int?
-
The total number of simultaneous streaming instances that are running.
Declaration
Swift
public let running: Int?
-
Undocumented
Declaration
Swift
public init(available: Int? = nil, desired: Int, inUse: Int? = nil, running: Int? = nil)