You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::Queue
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Queue
- Defined in:
- (unknown)
Overview
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 https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
An identifier for this resource that is unique within all of AWS.
-
#created_at ⇒ Time
The timestamp in epoch seconds for when you created the queue.
-
#description ⇒ String
An optional description that you create for each queue.
-
#last_updated ⇒ Time
The timestamp in epoch seconds for when you most recently updated the queue.
-
#name ⇒ String
A name that you create for each queue.
-
#pricing_plan ⇒ String
Specifies whether the pricing plan for the queue is on-demand or reserved.
-
#progressing_jobs_count ⇒ Integer
The estimated number of jobs with a PROGRESSING status.
-
#reservation_plan ⇒ Types::ReservationPlan
Details about the pricing plan for your reserved queue.
-
#status ⇒ String
Queues can be ACTIVE or PAUSED.
-
#submitted_jobs_count ⇒ Integer
The estimated number of jobs with a SUBMITTED status.
-
#type ⇒ String
Specifies whether this on-demand queue is system or custom.
Instance Attribute Details
#arn ⇒ String
An identifier for this resource that is unique within all of AWS.
#created_at ⇒ Time
The timestamp in epoch seconds for when you created the queue.
#description ⇒ String
An optional description that you create for each queue.
#last_updated ⇒ Time
The timestamp in epoch seconds for when you most recently updated the queue.
#name ⇒ String
A name that you create for each queue. Each name must be unique within your account.
#pricing_plan ⇒ String
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.
Possible values:
- ON_DEMAND
- RESERVED
#progressing_jobs_count ⇒ Integer
The estimated number of jobs with a PROGRESSING status.
#reservation_plan ⇒ Types::ReservationPlan
Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
#status ⇒ String
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.
Possible values:
- ACTIVE
- PAUSED
#submitted_jobs_count ⇒ Integer
The estimated number of jobs with a SUBMITTED status.
#type ⇒ String
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.
Possible values:
- SYSTEM
- CUSTOM