Class: Aws::MediaConvert::Types::CreateQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CreateQueueResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful create queue requests return the name of the queue that you just created and information about it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue ⇒ 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.
Instance Attribute Details
#queue ⇒ 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 https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3288 class CreateQueueResponse < Struct.new( :queue) SENSITIVE = [] include Aws::Structure end |