Class: Aws::MainframeModernization::Types::FileBatchJobDefinition

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

Instance Attribute Details

#file_nameString

The name of the file containing the batch job definition.

Returns:

  • (String)


1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1191

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

#folder_pathString

The path to the file containing the batch job definition.

Returns:

  • (String)


1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1191

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