Class: Aws::MediaConvert::Types::GetQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetQueueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Get information about a queue by sending a request with the queue name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the queue that you want information about.
Instance Attribute Details
#name ⇒ String
The name of the queue that you want information about.
5288 5289 5290 5291 5292 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5288 class GetQueueRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |