Class: Aws::Drs::Types::StopReplicationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::StopReplicationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_server  ⇒ Types::SourceServer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Source Server that this action was targeted on.
 
Instance Attribute Details
#source_server ⇒ Types::SourceServer
The Source Server that this action was targeted on.
      3580 3581 3582 3583 3584  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3580 class StopReplicationResponse < Struct.new( :source_server) SENSITIVE = [] include Aws::Structure end  |