Class: Aws::AppTest::Types::MainframeAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#action_typeTypes::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

#propertiesTypes::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

#resourceString

The resource of the mainframe action.

Returns:

  • (String)


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