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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1795

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)


1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1795

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