GetSchedulingPolicyResult

data class GetSchedulingPolicyResult(val arn: String? = null, val fairsharePolicy: SchedulingPolicyFairsharePolicy? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, fairsharePolicy: SchedulingPolicyFairsharePolicy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

The fair share policy of the scheduling policy.