Method: Aws::MediaConvert::Types::GetQueueRequest#name
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#name ⇒ String
The name of the queue that you want information about.
5647 5648 5649 5650 5651 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5647 class GetQueueRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |