Class: Aws::Deadline::Types::GetQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the farm in the queue.
-
#queue_id ⇒ String
The queue ID for the queue to retrieve.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm in the queue.
3371 3372 3373 3374 3375 3376 |
# File 'lib/aws-sdk-deadline/types.rb', line 3371 class GetQueueRequest < Struct.new( :farm_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the queue to retrieve.
3371 3372 3373 3374 3375 3376 |
# File 'lib/aws-sdk-deadline/types.rb', line 3371 class GetQueueRequest < Struct.new( :farm_id, :queue_id) SENSITIVE = [] include Aws::Structure end |