Class: Aws::AppTest::Types::M2NonManagedApplicationStepSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::M2NonManagedApplicationStepSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the AWS Mainframe Modernization non-managed application step summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_input ⇒ Types::M2NonManagedApplicationStepInput
The step input of the AWS Mainframe Modernization non-managed application step summary.
-
#step_output ⇒ Types::M2NonManagedApplicationStepOutput
The step output of the AWS Mainframe Modernization non-managed application step summary.
Instance Attribute Details
#step_input ⇒ Types::M2NonManagedApplicationStepInput
The step input of the AWS Mainframe Modernization non-managed application step summary.
1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-apptest/types.rb', line 1883 class M2NonManagedApplicationStepSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |
#step_output ⇒ Types::M2NonManagedApplicationStepOutput
The step output of the AWS Mainframe Modernization non-managed application step summary.
1883 1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-apptest/types.rb', line 1883 class M2NonManagedApplicationStepSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |