Class: Aws::MediaConvert::Types::DeleteQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DeleteQueueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the queue that you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the queue that you want to delete.
3761 3762 3763 3764 3765 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3761 class DeleteQueueRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |