Method: Aws::AppTest::Types::MainframeAction#action_type

Defined in:
lib/aws-sdk-apptest/types.rb

#action_typeTypes::MainframeActionType

The action type of the mainframe action.



1940
1941
1942
1943
1944
1945
1946
# File 'lib/aws-sdk-apptest/types.rb', line 1940

class MainframeAction < Struct.new(
  :resource,
  :action_type,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end