Class: Aws::AppTest::Types::TN3270

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Specifies the TN3270 protocol.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_data_set_namesArray<String>

The data set names of the TN3270 protocol.

Returns:

  • (Array<String>)


2491
2492
2493
2494
2495
2496
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2491

class TN3270 < Struct.new(
  :script,
  :export_data_set_names)
  SENSITIVE = []
  include Aws::Structure
end

#scriptTypes::Script

The script of the TN3270 protocol.

Returns:



2491
2492
2493
2494
2495
2496
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2491

class TN3270 < Struct.new(
  :script,
  :export_data_set_names)
  SENSITIVE = []
  include Aws::Structure
end