Class: Aws::Batch::Types::DeleteJobQueueRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_queueString

The short name or full Amazon Resource Name (ARN) of the queue to delete.

Returns:

  • (String)


2441
2442
2443
2444
2445
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2441

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