Class: Aws::MainframeModernization::Types::ScriptBatchJobDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ScriptBatchJobDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
A batch job definition contained in a script.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#script_name ⇒ String
The name of the script containing the batch job definition.
Instance Attribute Details
#script_name ⇒ String
The name of the script containing the batch job definition.
2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2811 class ScriptBatchJobDefinition < Struct.new( :script_name) SENSITIVE = [] include Aws::Structure end |