Class: Aws::MainframeModernization::Types::BatchJobExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::BatchJobExecutionSummary
- Defined in:
- gems/aws-sdk-mainframemodernization/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
-
#application_id ⇒ String
The unique identifier of the application that hosts this batch job.
-
#batch_job_identifier ⇒ Types::BatchJobIdentifier
The unique identifier of this batch job.
-
#end_time ⇒ Time
The timestamp when this batch job execution ended.
-
#execution_id ⇒ String
The unique identifier of this execution of the batch job.
-
#job_id ⇒ String
The unique identifier of a particular batch job.
-
#job_name ⇒ String
The name of a particular batch job.
-
#job_type ⇒ String
The type of a particular batch job execution.
-
#return_code ⇒ String
The batch job return code from either the Blu Age or Micro Focus runtime engines.
-
#start_time ⇒ Time
The timestamp when a particular batch job execution started.
-
#status ⇒ String
The status of a particular batch job execution.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application that hosts this batch job.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_identifier ⇒ Types::BatchJobIdentifier
The unique identifier of this batch job.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_time ⇒ Time
The timestamp when this batch job execution ended.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_id ⇒ String
The unique identifier of this execution of the batch job.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_id ⇒ String
The unique identifier of a particular batch job.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_name ⇒ String
The name of a particular batch job.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_type ⇒ String
The type of a particular batch job execution.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_code ⇒ String
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.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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_time ⇒ Time
The timestamp when a particular batch job execution started.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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 |
#status ⇒ String
The status of a particular batch job execution.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-mainframemodernization/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 |