Method: Aws::Deadline::Types::GetQueueRequest#queue_id
- Defined in:
- lib/aws-sdk-deadline/types.rb
#queue_id ⇒ String
The queue ID for the queue to retrieve.
3881 3882 3883 3884 3885 3886 |
# File 'lib/aws-sdk-deadline/types.rb', line 3881 class GetQueueRequest < Struct.new( :farm_id, :queue_id) SENSITIVE = [] include Aws::Structure end |