Class: Aws::Deadline::Types::CreateQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateQueueResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue_id ⇒ String
The queue ID.
Instance Attribute Details
#queue_id ⇒ String
The queue ID.
1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-deadline/types.rb', line 1512 class CreateQueueResponse < Struct.new( :queue_id) SENSITIVE = [] include Aws::Structure end |