Class: Aws::AppTest::Types::TN3270Summary

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

Overview

Specifies a TN3270 summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_inputTypes::TN3270StepInput

The step input of the TN3270 summary.



2568
2569
2570
2571
2572
2573
# File 'lib/aws-sdk-apptest/types.rb', line 2568

class TN3270Summary < Struct.new(
  :step_input,
  :step_output)
  SENSITIVE = []
  include Aws::Structure
end

#step_outputTypes::TN3270StepOutput

The step output of the TN3270 summary.



2568
2569
2570
2571
2572
2573
# File 'lib/aws-sdk-apptest/types.rb', line 2568

class TN3270Summary < Struct.new(
  :step_input,
  :step_output)
  SENSITIVE = []
  include Aws::Structure
end