GetSchedulingPolicyPlainArgs

data class GetSchedulingPolicyPlainArgs(val arn: String) : ConvertibleToJava<GetSchedulingPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Returns the scheduling policy ARN, such as batch: *us-east-1* : *111122223333* :scheduling-policy/ *HighPriority* .

Functions

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