Class: Aws::MainframeModernization::Types::StartBatchJobResponse

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

#execution_idString

The unique identifier of this execution of the batch job.

Returns:

  • (String)


2938
2939
2940
2941
2942
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2938

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