Class: Aws::SMS::Types::DeleteAppRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::DeleteAppRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the application.
 - 
  
    
      #force_stop_app_replication  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
 - 
  
    
      #force_terminate_app  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to terminate the stack corresponding to the application while deleting the application.
 
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
      414 415 416 417 418 419 420  | 
    
      # File '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_replication ⇒ Boolean
Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
      414 415 416 417 418 419 420  | 
    
      # File '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_app ⇒ Boolean
Indicates whether to terminate the stack corresponding to the application while deleting the application.
      414 415 416 417 418 419 420  | 
    
      # File '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  |