Class: Aws::MainframeModernization::Types::GetBatchJobExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetBatchJobExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application.
-
#batch_job_identifier ⇒ Types::BatchJobIdentifier
The unique identifier of this batch job.
-
#end_time ⇒ Time
The timestamp when the batch job execution ended.
-
#execution_id ⇒ String
The unique identifier for this batch job execution.
-
#job_id ⇒ String
The unique identifier for this batch job.
-
#job_name ⇒ String
The name of this batch job.
-
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
The step/procedure step information for the restart batch job operation.
-
#job_type ⇒ String
The type of job.
-
#job_user ⇒ String
The user for the job.
-
#return_code ⇒ String
The batch job return code from either the Blu Age or Micro Focus runtime engines.
-
#start_time ⇒ Time
The timestamp when the batch job execution started.
-
#status ⇒ String
The status of the batch job execution.
-
#status_reason ⇒ String
The reason for the reported status.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#batch_job_identifier ⇒ Types::BatchJobIdentifier
The unique identifier of this batch job.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The timestamp when the batch job execution ended.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The unique identifier for this batch job execution.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier for this batch job.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of this batch job.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#job_step_restart_marker ⇒ Types::JobStepRestartMarker
The step/procedure step information for the restart batch job operation.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The type of job.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#job_user ⇒ String
The user for the job.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) 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.
[1]: www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the batch job execution started.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the batch job execution.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the reported status.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1566 class GetBatchJobExecutionResponse < Struct.new( :application_id, :batch_job_identifier, :end_time, :execution_id, :job_id, :job_name, :job_step_restart_marker, :job_type, :job_user, :return_code, :start_time, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |