Class: Aws::MainframeModernization::Types::FileBatchJobIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_nameString

The file name for the batch job identifier.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1211

class FileBatchJobIdentifier < Struct.new(
  :file_name,
  :folder_path)
  SENSITIVE = []
  include Aws::Structure
end

#folder_pathString

The relative path to the file name for the batch job identifier.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1211

class FileBatchJobIdentifier < Struct.new(
  :file_name,
  :folder_path)
  SENSITIVE = []
  include Aws::Structure
end