Class: Aws::Batch::Types::SubmitServiceJobResponse

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 service job.

Returns:

  • (String)


8893
8894
8895
8896
8897
8898
8899
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8893

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

#job_idString

The unique identifier for the service job.

Returns:

  • (String)


8893
8894
8895
8896
8897
8898
8899
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8893

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

#job_nameString

The name of the service job.

Returns:

  • (String)


8893
8894
8895
8896
8897
8898
8899
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8893

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