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.
| 3237 3238 3239 3240 3241 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3237 class StartBatchJobResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |