Get Queue Result
data class GetQueueResult(val allowedStorageProfileIds: List<String>? = null, val arn: String? = null, val defaultBudgetAction: QueueDefaultQueueBudgetAction? = null, val description: String? = null, val displayName: String? = null, val jobAttachmentSettings: QueueJobAttachmentSettings? = null, val jobRunAsUser: QueueJobRunAsUser? = null, val queueId: String? = null, val requiredFileSystemLocationNames: List<String>? = null, val roleArn: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(allowedStorageProfileIds: List<String>? = null, arn: String? = null, defaultBudgetAction: QueueDefaultQueueBudgetAction? = null, description: String? = null, displayName: String? = null, jobAttachmentSettings: QueueJobAttachmentSettings? = null, jobRunAsUser: QueueJobRunAsUser? = null, queueId: String? = null, requiredFileSystemLocationNames: List<String>? = null, roleArn: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The identifiers of the storage profiles that this queue can use to share assets between workers using different operating systems.
Link copied to clipboard
The default action taken on a queue summary if a budget wasn't configured.
Link copied to clipboard
A description of the queue that helps identify what the queue is used for.
Link copied to clipboard
The display name of the queue summary to update.
Link copied to clipboard
The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.
Link copied to clipboard
Identifies the user for a job.
Link copied to clipboard
The file system location that the queue uses.