Class: Aws::MediaConvert::Types::GetQueueResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Successful get queue requests return an OK message and information about the queue in JSON.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queueTypes::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.

Returns:



5128
5129
5130
5131
5132
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5128

class GetQueueResponse < Struct.new(
  :queue)
  SENSITIVE = []
  include Aws::Structure
end