Class: Aws::MainframeModernization::Types::GetBatchJobExecutionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application.

Returns:

  • (String)


1493
1494
1495
1496
1497
1498
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1493

class GetBatchJobExecutionRequest < Struct.new(
  :application_id,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The unique identifier of the batch job execution.

Returns:

  • (String)


1493
1494
1495
1496
1497
1498
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1493

class GetBatchJobExecutionRequest < Struct.new(
  :application_id,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end