Class: Aws::AppTest::Types::M2ManagedApplicationStepSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::M2ManagedApplicationStepSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the AWS Mainframe Modernization managed application step summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_input ⇒ Types::M2ManagedApplicationStepInput
The step input of the AWS Mainframe Modernization managed application step summary.
-
#step_output ⇒ Types::M2ManagedApplicationStepOutput
The step output of the AWS Mainframe Modernization managed application step summary.
Instance Attribute Details
#step_input ⇒ Types::M2ManagedApplicationStepInput
The step input of the AWS Mainframe Modernization managed application step summary.
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-apptest/types.rb', line 1732 class M2ManagedApplicationStepSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |
#step_output ⇒ Types::M2ManagedApplicationStepOutput
The step output of the AWS Mainframe Modernization managed application step summary.
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-apptest/types.rb', line 1732 class M2ManagedApplicationStepSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |