Class: Aws::AppTest::Types::MainframeActionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::MainframeActionProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the mainframe action properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dms_task_arn ⇒ String
The DMS task ARN of the mainframe action properties.
Instance Attribute Details
#dms_task_arn ⇒ String
The DMS task ARN of the mainframe action properties.
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 |