Class: Aws::MainframeModernization::Types::FileBatchJobIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::FileBatchJobIdentifier
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_name ⇒ String
The file name for the batch job identifier.
-
#folder_path ⇒ String
The relative path to the file name for the batch job identifier.
Instance Attribute Details
#file_name ⇒ String
The file name for the batch job identifier.
1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1216 class FileBatchJobIdentifier < Struct.new( :file_name, :folder_path) SENSITIVE = [] include Aws::Structure end |
#folder_path ⇒ String
The relative path to the file name for the batch job identifier.
1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1216 class FileBatchJobIdentifier < Struct.new( :file_name, :folder_path) SENSITIVE = [] include Aws::Structure end |