GetJobQueueResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobQueueArn: String? = null
Link copied to clipboard
val priority: Int? = null
Link copied to clipboard
Link copied to clipboard
val state: JobQueueState? = null