GetJobQueuePlainArgs

data class GetJobQueuePlainArgs(val jobQueueArn: String) : ConvertibleToJava<GetJobQueuePlainArgs>

Constructors

Link copied to clipboard
constructor(jobQueueArn: String)

Properties

Link copied to clipboard

Returns the job queue ARN, such as batch: *us-east-1* : *111122223333* :job-queue/ *JobQueueName* .

Functions

Link copied to clipboard
open override fun toJava(): GetJobQueuePlainArgs