Class: Aws::MainframeModernization::Types::FileBatchJobDefinition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MainframeModernization::Types::FileBatchJobDefinition
 
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
A file containing a batch job definition.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #file_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the file containing the batch job definition. 
- 
  
    
      #folder_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The path to the file containing the batch job definition. 
Instance Attribute Details
#file_name ⇒ String
The name of the file containing the batch job definition.
| 1366 1367 1368 1369 1370 1371 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1366 class FileBatchJobDefinition < Struct.new( :file_name, :folder_path) SENSITIVE = [] include Aws::Structure end | 
#folder_path ⇒ String
The path to the file containing the batch job definition.
| 1366 1367 1368 1369 1370 1371 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1366 class FileBatchJobDefinition < Struct.new( :file_name, :folder_path) SENSITIVE = [] include Aws::Structure end |