Class: Aws::Batch::Types::CreateJobQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::CreateJobQueueResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_queue_arn ⇒ String
The Amazon Resource Name (ARN) of the job queue.
-
#job_queue_name ⇒ String
The name of the job queue.
Instance Attribute Details
#job_queue_arn ⇒ String
The Amazon Resource Name (ARN) of the job queue.
2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2368 class CreateJobQueueResponse < Struct.new( :job_queue_name, :job_queue_arn) SENSITIVE = [] include Aws::Structure end |
#job_queue_name ⇒ String
The name of the job queue.
2368 2369 2370 2371 2372 2373 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2368 class CreateJobQueueResponse < Struct.new( :job_queue_name, :job_queue_arn) SENSITIVE = [] include Aws::Structure end |