Class: Aws::MainframeModernization::Types::BatchJobExecutionSummary

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

Overview

A subset of the possible batch job attributes. Used in the batch job list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application that hosts this batch job.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#batch_job_identifierTypes::BatchJobIdentifier

The unique identifier of this batch job.



248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The timestamp when this batch job execution ended.

Returns:

  • (Time)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The unique identifier of this execution of the batch job.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier of a particular batch job.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of a particular batch job.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The type of a particular batch job execution.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#return_codeString

The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see [Batch return codes] in the *IBM WebSphere Application Server* documentation.

[1]: www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp when a particular batch job execution started.

Returns:

  • (Time)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a particular batch job execution.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 248

class BatchJobExecutionSummary < Struct.new(
  :application_id,
  :batch_job_identifier,
  :end_time,
  :execution_id,
  :job_id,
  :job_name,
  :job_type,
  :return_code,
  :start_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end