Class: Aws::Batch::Types::DeleteJobQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteJobQueueRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Contains the parameters for DeleteJobQueue
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_queue ⇒ String
The short name or full Amazon Resource Name (ARN) of the queue to delete.
Instance Attribute Details
#job_queue ⇒ String
The short name or full Amazon Resource Name (ARN) of the queue to delete.
2451 2452 2453 2454 2455 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2451 class DeleteJobQueueRequest < Struct.new( :job_queue) SENSITIVE = [] include Aws::Structure end |