Class: Aws::AppTest::Types::TN3270StepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TN3270StepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a TN3270 step input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_data_set_names ⇒ Array<String>
The export data set names of the TN3270 step input.
-
#properties ⇒ Types::MainframeActionProperties
The properties of the TN3270 step input.
-
#resource ⇒ Types::MainframeResourceSummary
The resource of the TN3270 step input.
-
#script ⇒ Types::ScriptSummary
The script of the TN3270 step input.
Instance Attribute Details
#export_data_set_names ⇒ Array<String>
The export data set names of the TN3270 step input.
2518 2519 2520 2521 2522 2523 2524 2525 |
# File 'lib/aws-sdk-apptest/types.rb', line 2518 class TN3270StepInput < Struct.new( :resource, :script, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::MainframeActionProperties
The properties of the TN3270 step input.
2518 2519 2520 2521 2522 2523 2524 2525 |
# File 'lib/aws-sdk-apptest/types.rb', line 2518 class TN3270StepInput < Struct.new( :resource, :script, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::MainframeResourceSummary
The resource of the TN3270 step input.
2518 2519 2520 2521 2522 2523 2524 2525 |
# File 'lib/aws-sdk-apptest/types.rb', line 2518 class TN3270StepInput < Struct.new( :resource, :script, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |
#script ⇒ Types::ScriptSummary
The script of the TN3270 step input.
2518 2519 2520 2521 2522 2523 2524 2525 |
# File 'lib/aws-sdk-apptest/types.rb', line 2518 class TN3270StepInput < Struct.new( :resource, :script, :export_data_set_names, :properties) SENSITIVE = [] include Aws::Structure end |