You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::DeleteQueueRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteQueueRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "__string", # required
}

Delete a queue by sending a request with the queue name. You can't delete a queue with an active pricing plan or one that has unprocessed jobs in it.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the queue that you want to delete.

Returns:

  • (String)

    The name of the queue that you want to delete.