Class: Aws::AppTest::Types::MainframeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::MainframeAction
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Specifies the mainframe action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ Types::MainframeActionType
The action type of the mainframe action.
-
#properties ⇒ Types::MainframeActionProperties
The properties of the mainframe action.
-
#resource ⇒ String
The resource of the mainframe action.
Instance Attribute Details
#action_type ⇒ Types::MainframeActionType
The action type of the mainframe action.
1940 1941 1942 1943 1944 1945 1946 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1940 class MainframeAction < Struct.new( :resource, :action_type, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::MainframeActionProperties
The properties of the mainframe action.
1940 1941 1942 1943 1944 1945 1946 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1940 class MainframeAction < Struct.new( :resource, :action_type, :properties) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource of the mainframe action.
1940 1941 1942 1943 1944 1945 1946 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1940 class MainframeAction < Struct.new( :resource, :action_type, :properties) SENSITIVE = [] include Aws::Structure end |