Class: Aws::Batch::Types::UpdateJobQueueResponse

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)


8088
8089
8090
8091
8092
8093
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8088

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

#job_queue_nameString

The name of the job queue.

Returns:

  • (String)


8088
8089
8090
8091
8092
8093
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8088

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