Class: Aws::AppTest::Types::M2NonManagedApplicationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::M2NonManagedApplicationAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the AWS Mainframe Modernization non-managed application action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The action type of the AWS Mainframe Modernization non-managed application action.
-
#resource ⇒ String
The resource of the AWS Mainframe Modernization non-managed application action.
Instance Attribute Details
#action_type ⇒ String
The action type of the AWS Mainframe Modernization non-managed application action.
1814 1815 1816 1817 1818 1819 |
# File 'lib/aws-sdk-apptest/types.rb', line 1814 class M2NonManagedApplicationAction < Struct.new( :resource, :action_type) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource of the AWS Mainframe Modernization non-managed application action.
1814 1815 1816 1817 1818 1819 |
# File 'lib/aws-sdk-apptest/types.rb', line 1814 class M2NonManagedApplicationAction < Struct.new( :resource, :action_type) SENSITIVE = [] include Aws::Structure end |