Class: Aws::AppTest::Types::M2ManagedActionProperties

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

Overview

Specifies the AWS Mainframe Modernization managed action properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#force_stopBoolean

Force stops the AWS Mainframe Modernization managed action properties.

Returns:

  • (Boolean)


1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1589

class M2ManagedActionProperties < Struct.new(
  :force_stop,
  :import_data_set_location)
  SENSITIVE = []
  include Aws::Structure
end

#import_data_set_locationString

The import data set location of the AWS Mainframe Modernization managed action properties.

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1589

class M2ManagedActionProperties < Struct.new(
  :force_stop,
  :import_data_set_location)
  SENSITIVE = []
  include Aws::Structure
end