Class: Aws::AppTest::Types::MainframeActionProperties

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

Overview

Specifies the mainframe action properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dms_task_arnString

The DMS task ARN of the mainframe action properties.

Returns:

  • (String)


1956
1957
1958
1959
1960
# File 'lib/aws-sdk-apptest/types.rb', line 1956

class MainframeActionProperties < Struct.new(
  :dms_task_arn)
  SENSITIVE = []
  include Aws::Structure
end