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.
3756 3757 3758 3759 3760 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3756 class DeleteQueueRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |