class Aws::MediaConvert::Types::Queue
You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
@!attribute [rw] arn
An identifier for this resource that is unique within all of AWS. @return [String]
@!attribute [rw] created_at
The timestamp in epoch seconds for when you created the queue. @return [Time]
@!attribute [rw] description
An optional description that you create for each queue. @return [String]
@!attribute [rw] last_updated
The timestamp in epoch seconds for when you most recently updated the queue. @return [Time]
@!attribute [rw] name
A name that you create for each queue. Each name must be unique within your account. @return [String]
@!attribute [rw] pricing_plan
Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. @return [String]
@!attribute [rw] progressing_jobs_count
The estimated number of jobs with a PROGRESSING status. @return [Integer]
@!attribute [rw] reservation_plan
Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues. @return [Types::ReservationPlan]
@!attribute [rw] status
Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't begin processing jobs in that queue. Jobs that are running when you pause the queue continue to run until they finish or result in an error. @return [String]
@!attribute [rw] submitted_jobs_count
The estimated number of jobs with a SUBMITTED status. @return [Integer]
@!attribute [rw] type
Specifies whether this on-demand queue is system or custom. System queues are built in. You can't modify or delete system queues. You can create and modify custom queues. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Queue AWS API Documentation
Constants
- SENSITIVE