JobQueueDetail
public struct JobQueueDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.
Declaration
Swift
public let computeEnvironmentOrder: [ComputeEnvironmentOrder]
-
The Amazon Resource Name (ARN) of the job queue.
Declaration
Swift
public let jobQueueArn: String
-
The name of the job queue.
Declaration
Swift
public let jobQueueName: String
-
The priority of the job queue.
Declaration
Swift
public let priority: Int
-
Describes the ability of the queue to accept new jobs.
Declaration
Swift
public let state: JQState
-
The status of the job queue (for example, CREATING or VALID).
Declaration
Swift
public let status: JQStatus?
-
A short, human-readable string to provide additional details about the current status of the job queue.
Declaration
Swift
public let statusReason: String?
-
Undocumented
Declaration
Swift
public init(computeEnvironmentOrder: [ComputeEnvironmentOrder], jobQueueArn: String, jobQueueName: String, priority: Int, state: JQState, status: JQStatus? = nil, statusReason: String? = nil)