Class: Aws::SMS::Types::DeleteAppRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)


414
415
416
417
418
419
420
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 414

class DeleteAppRequest < Struct.new(
  :app_id,
  :force_stop_app_replication,
  :force_terminate_app)
  SENSITIVE = []
  include Aws::Structure
end

#force_stop_app_replicationBoolean

Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.

Returns:

  • (Boolean)


414
415
416
417
418
419
420
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 414

class DeleteAppRequest < Struct.new(
  :app_id,
  :force_stop_app_replication,
  :force_terminate_app)
  SENSITIVE = []
  include Aws::Structure
end

#force_terminate_appBoolean

Indicates whether to terminate the stack corresponding to the application while deleting the application.

Returns:

  • (Boolean)


414
415
416
417
418
419
420
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 414

class DeleteAppRequest < Struct.new(
  :app_id,
  :force_stop_app_replication,
  :force_terminate_app)
  SENSITIVE = []
  include Aws::Structure
end