Get Job Queue Result
data class GetJobQueueResult(val computeEnvironmentOrder: List<JobQueueComputeEnvironmentOrder>? = null, val jobQueueArn: String? = null, val priority: Int? = null, val schedulingPolicyArn: String? = null, val state: JobQueueState? = null)
Constructors
Link copied to clipboard
fun GetJobQueueResult(computeEnvironmentOrder: List<JobQueueComputeEnvironmentOrder>? = null, jobQueueArn: String? = null, priority: Int? = null, schedulingPolicyArn: String? = null, state: JobQueueState? = null)