Class: Aws::Deadline::Types::CreateQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateQueueResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue_id ⇒ String
The queue ID.
Instance Attribute Details
#queue_id ⇒ String
The queue ID.
3276 3277 3278 3279 3280 |
# File 'lib/aws-sdk-deadline/types.rb', line 3276 class CreateQueueResponse < Struct.new( :queue_id) SENSITIVE = [] include Aws::Structure end |