Class: Aws::MediaConvert::Types::GetQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetQueueRequest
- Defined in:
- gems/aws-sdk-mediaconvert/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.
5308 5309 5310 5311 5312 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5308 class GetQueueRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |