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

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_arnString

The Amazon Resource Name (ARN) for the job.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6970

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

#job_idString

The unique identifier for the job.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6970

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

#job_nameString

The name of the job.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6970

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