Class: Aws::Batch::Types::CreateJobQueueResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_queue_arnString

The Amazon Resource Name (ARN) of the job queue.

Returns:

  • (String)


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_nameString

The name of the job queue.

Returns:

  • (String)


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