Class: Aws::AppTest::Types::M2NonManagedApplicationAction

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

Instance Attribute Details

#action_typeString

The action type of the AWS Mainframe Modernization non-managed application action.

Returns:

  • (String)


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

#resourceString

The resource of the AWS Mainframe Modernization non-managed application action.

Returns:

  • (String)


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