Class: Aws::AppTest::Types::M2ManagedApplicationAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Specifies the AWS Mainframe Modernization managed application action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

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

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1647

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

#propertiesTypes::M2ManagedActionProperties

The properties of the AWS Mainframe Modernization managed application action.



1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1647

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

#resourceString

The resource of the AWS Mainframe Modernization managed application action.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1647

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