Class: Aws::Deadline::Types::DeleteQueueRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The ID of the farm from which to remove the queue.

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
# File 'lib/aws-sdk-deadline/types.rb', line 1852

class DeleteQueueRequest < Struct.new(
  :farm_id,
  :queue_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID of the queue to delete.

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
# File 'lib/aws-sdk-deadline/types.rb', line 1852

class DeleteQueueRequest < Struct.new(
  :farm_id,
  :queue_id)
  SENSITIVE = []
  include Aws::Structure
end