Class: Aws::AppTest::Types::M2ManagedApplicationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::M2ManagedApplicationAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the AWS Mainframe Modernization managed application action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The action type of the AWS Mainframe Modernization managed application action.
-
#properties ⇒ Types::M2ManagedActionProperties
The properties of the AWS Mainframe Modernization managed application action.
-
#resource ⇒ String
The resource of the AWS Mainframe Modernization managed application action.
Instance Attribute Details
#action_type ⇒ String
The action type of the AWS Mainframe Modernization managed application action.
1647 1648 1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-apptest/types.rb', line 1647 class M2ManagedApplicationAction < Struct.new( :resource, :action_type, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::M2ManagedActionProperties
The properties of the AWS Mainframe Modernization managed application action.
1647 1648 1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-apptest/types.rb', line 1647 class M2ManagedApplicationAction < Struct.new( :resource, :action_type, :properties) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource of the AWS Mainframe Modernization managed application action.
1647 1648 1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-apptest/types.rb', line 1647 class M2ManagedApplicationAction < Struct.new( :resource, :action_type, :properties) SENSITIVE = [] include Aws::Structure end |