Class: Aws::AppTest::Types::TN3270StepOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TN3270StepOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a TN3270 step output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_details ⇒ Array<Types::DataSet>
The data set details of the TN3270 step output.
-
#data_set_export_location ⇒ String
The data set export location of the TN3270 step output.
-
#dms_output_location ⇒ String
The output location of the TN3270 step output.
-
#script_output_location ⇒ String
The script output location of the TN3270 step output.
Instance Attribute Details
#data_set_details ⇒ Array<Types::DataSet>
The data set details of the TN3270 step output.
2547 2548 2549 2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-apptest/types.rb', line 2547 class TN3270StepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details, :script_output_location) SENSITIVE = [] include Aws::Structure end |
#data_set_export_location ⇒ String
The data set export location of the TN3270 step output.
2547 2548 2549 2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-apptest/types.rb', line 2547 class TN3270StepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details, :script_output_location) SENSITIVE = [] include Aws::Structure end |
#dms_output_location ⇒ String
The output location of the TN3270 step output.
2547 2548 2549 2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-apptest/types.rb', line 2547 class TN3270StepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details, :script_output_location) SENSITIVE = [] include Aws::Structure end |
#script_output_location ⇒ String
The script output location of the TN3270 step output.
2547 2548 2549 2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-apptest/types.rb', line 2547 class TN3270StepOutput < Struct.new( :data_set_export_location, :dms_output_location, :data_set_details, :script_output_location) SENSITIVE = [] include Aws::Structure end |