Class: Aws::MainframeModernization::Types::StopApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application you want to stop.

Returns:

  • (String)


2934
2935
2936
2937
2938
2939
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2934

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

#force_stopBoolean

Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.

Returns:

  • (Boolean)


2934
2935
2936
2937
2938
2939
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2934

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