Class: Aws::MainframeModernization::Types::ScriptBatchJobIdentifier

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 script name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#script_nameString

The name of the script containing the batch job definition.

Returns:

  • (String)


2810
2811
2812
2813
2814
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2810

class ScriptBatchJobIdentifier < Struct.new(
  :script_name)
  SENSITIVE = []
  include Aws::Structure
end