Class: Aws::Drs::Types::DeleteLaunchActionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DeleteLaunchActionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action Id.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch configuration template Id or Source Server Id.
 
Instance Attribute Details
#action_id ⇒ String
Launch action Id.
      564 565 566 567 568 569  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 564 class DeleteLaunchActionRequest < Struct.new( :action_id, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
Launch configuration template Id or Source Server Id
      564 565 566 567 568 569  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 564 class DeleteLaunchActionRequest < Struct.new( :action_id, :resource_id) SENSITIVE = [] include Aws::Structure end  |