Class: Aws::Batch::Types::SubmitJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

The Amazon Resource Name (ARN) for the job.



9808
9809
9810
9811
9812
9813
9814
# File 'lib/aws-sdk-batch/types.rb', line 9808

class SubmitJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier for the job.



9808
9809
9810
9811
9812
9813
9814
# File 'lib/aws-sdk-batch/types.rb', line 9808

class SubmitJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job.



9808
9809
9810
9811
9812
9813
9814
# File 'lib/aws-sdk-batch/types.rb', line 9808

class SubmitJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end