Class: Aws::AppTest::Types::BatchStepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::BatchStepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Defines a batch step input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_job_name ⇒ String
The batch job name of the batch step input.
-
#batch_job_parameters ⇒ Hash<String,String>
The batch job parameters of the batch step input.
-
#export_data_set_names ⇒ Array<String>
The export data set names of the batch step input.
-
#properties ⇒ Types::MainframeActionProperties
The properties of the batch step input.
-
#resource ⇒ Types::MainframeResourceSummary
The resource of the batch step input.
Instance Attribute Details
#batch_job_name ⇒ String
The batch job name of the batch step input.
75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-apptest/types.rb', line 75 class BatchStepInput < Struct.new( :resource, :batch_job_name, :batch_job_parameters, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#batch_job_parameters ⇒ Hash<String,String>
The batch job parameters of the batch step input.
75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-apptest/types.rb', line 75 class BatchStepInput < Struct.new( :resource, :batch_job_name, :batch_job_parameters, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#export_data_set_names ⇒ Array<String>
The export data set names of the batch step input.
75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-apptest/types.rb', line 75 class BatchStepInput < Struct.new( :resource, :batch_job_name, :batch_job_parameters, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::MainframeActionProperties
The properties of the batch step input.
75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-apptest/types.rb', line 75 class BatchStepInput < Struct.new( :resource, :batch_job_name, :batch_job_parameters, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::MainframeResourceSummary
The resource of the batch step input.
75 76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-apptest/types.rb', line 75 class BatchStepInput < Struct.new( :resource, :batch_job_name, :batch_job_parameters, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |