Class: Aws::Drs::Types::StartFailbackLaunchResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::StartFailbackLaunchResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ Types::Job 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The failback launch Job.
 
Instance Attribute Details
#job ⇒ Types::Job
The failback launch Job.
      3387 3388 3389 3390 3391  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3387 class StartFailbackLaunchResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end  |