Class: Aws::AppTest::Types::TN3270
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TN3270
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the TN3270 protocol.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_data_set_names ⇒ Array<String>
The data set names of the TN3270 protocol.
-
#script ⇒ Types::Script
The script of the TN3270 protocol.
Instance Attribute Details
#export_data_set_names ⇒ Array<String>
The data set names of the TN3270 protocol.
2491 2492 2493 2494 2495 2496 |
# File 'lib/aws-sdk-apptest/types.rb', line 2491 class TN3270 < Struct.new( :script, :export_data_set_names) SENSITIVE = [] include Aws::Structure end |
#script ⇒ Types::Script
The script of the TN3270 protocol.
2491 2492 2493 2494 2495 2496 |
# File 'lib/aws-sdk-apptest/types.rb', line 2491 class TN3270 < Struct.new( :script, :export_data_set_names) SENSITIVE = [] include Aws::Structure end |