Class: Aws::MainframeModernization::Types::FileBatchJobDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::FileBatchJobDefinition
- Includes:
- Structure
- Defined in:
- 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.
1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1196 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.
1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1196 class FileBatchJobDefinition < Struct.new( :file_name, :folder_path) SENSITIVE = [] include Aws::Structure end |