Class: Aws::Deadline::Types::DeleteQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteQueueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The ID of the farm from which to remove the queue.
-
#queue_id ⇒ String
The queue ID of the queue to delete.
Instance Attribute Details
#farm_id ⇒ String
The ID of the farm from which to remove the queue.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-deadline/types.rb', line 1901 class DeleteQueueRequest < Struct.new( :farm_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the queue to delete.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-deadline/types.rb', line 1901 class DeleteQueueRequest < Struct.new( :farm_id, :queue_id) SENSITIVE = [] include Aws::Structure end |