Class: Aws::MediaConvert::Types::UpdateQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::UpdateQueueResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Successful update queue requests return the new queue information in JSON format.
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 docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
12801 12802 12803 12804 12805 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12801 class UpdateQueueResponse < Struct.new( :queue) SENSITIVE = [] include Aws::Structure end |