Class: Aws::Drs::Types::DeleteRecoveryInstanceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DeleteRecoveryInstanceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #recovery_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Recovery Instance to be deleted.
 
Instance Attribute Details
#recovery_instance_id ⇒ String
The ID of the Recovery Instance to be deleted.
      597 598 599 600 601  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 597 class DeleteRecoveryInstanceRequest < Struct.new( :recovery_instance_id) SENSITIVE = [] include Aws::Structure end  |