Class: Aws::MainframeModernization::Types::StartBatchJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::StartBatchJobResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The unique identifier of this execution of the batch job.
Instance Attribute Details
#execution_id ⇒ String
The unique identifier of this execution of the batch job.
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 |