Class: Aws::MainframeModernization::Types::GetBatchJobExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetBatchJobExecutionRequest
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application.
-
#execution_id ⇒ String
The unique identifier of the batch job execution.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application.
1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1498 class GetBatchJobExecutionRequest < Struct.new( :application_id, :execution_id) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The unique identifier of the batch job execution.
1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1498 class GetBatchJobExecutionRequest < Struct.new( :application_id, :execution_id) SENSITIVE = [] include Aws::Structure end |