Class: Aws::Batch::Types::RegisterJobDefinitionResponse

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_definition_arnString

The Amazon Resource Name (ARN) of the job definition.

Returns:

  • (String)


6263
6264
6265
6266
6267
6268
6269
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6263

class RegisterJobDefinitionResponse < Struct.new(
  :job_definition_name,
  :job_definition_arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#job_definition_nameString

The name of the job definition.

Returns:

  • (String)


6263
6264
6265
6266
6267
6268
6269
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6263

class RegisterJobDefinitionResponse < Struct.new(
  :job_definition_name,
  :job_definition_arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionInteger

The revision of the job definition.

Returns:

  • (Integer)


6263
6264
6265
6266
6267
6268
6269
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6263

class RegisterJobDefinitionResponse < Struct.new(
  :job_definition_name,
  :job_definition_arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end