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)


2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2277

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)


2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2277

class CreateJobQueueResponse < Struct.new(
  :job_queue_name,
  :job_queue_arn)
  SENSITIVE = []
  include Aws::Structure
end