Class: Aws::AppTest::Types::TN3270StepInput

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

Overview

Specifies a TN3270 step input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_data_set_namesArray<String>

The export data set names of the TN3270 step input.

Returns:

  • (Array<String>)


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

#propertiesTypes::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

#resourceTypes::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

#scriptTypes::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