Class: Aws::Drs::Types::RecoveryLifeCycle
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::RecoveryLifeCycle
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
An object representing the Source Network recovery Lifecycle.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_call_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time the last Source Network recovery was initiated.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Job that was used to last recover the Source Network.
 - 
  
    
      #last_recovery_result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the last recovery status of this Source Network.
 
Instance Attribute Details
#api_call_date_time ⇒ Time
The date and time the last Source Network recovery was initiated.
      2646 2647 2648 2649 2650 2651 2652  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2646 class RecoveryLifeCycle < Struct.new( :api_call_date_time, :job_id, :last_recovery_result) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
The ID of the Job that was used to last recover the Source Network.
      2646 2647 2648 2649 2650 2651 2652  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2646 class RecoveryLifeCycle < Struct.new( :api_call_date_time, :job_id, :last_recovery_result) SENSITIVE = [] include Aws::Structure end  | 
  
#last_recovery_result ⇒ String
The status of the last recovery status of this Source Network.
      2646 2647 2648 2649 2650 2651 2652  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2646 class RecoveryLifeCycle < Struct.new( :api_call_date_time, :job_id, :last_recovery_result) SENSITIVE = [] include Aws::Structure end  |