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)


2957
2958
2959
2960
2961
2962
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2957

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)


2957
2958
2959
2960
2961
2962
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2957

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