Class: Aws::MainframeModernization::Types::ScriptBatchJobIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ScriptBatchJobIdentifier
- 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
-
#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.
2826 2827 2828 2829 2830 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2826 class ScriptBatchJobIdentifier < Struct.new( :script_name) SENSITIVE = [] include Aws::Structure end |