Class: Aws::Drs::Types::LifeCycle
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::LifeCycle
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
An object representing the Source Server Lifecycle.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #added_to_service_date_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time of when the Source Server was added to the service.
 - 
  
    
      #elapsed_replication_duration  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of time that the Source Server has been replicating for.
 - 
  
    
      #first_byte_date_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time of the first byte that was replicated from the Source Server.
 - 
  
    
      #last_launch  ⇒ Types::LifeCycleLastLaunch 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information regarding the last launch of the Source Server.
 - 
  
    
      #last_seen_by_service_date_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time this Source Server was last seen by the service.
 
Instance Attribute Details
#added_to_service_date_time ⇒ String
The date and time of when the Source Server was added to the service.
      1767 1768 1769 1770 1771 1772 1773 1774 1775  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1767 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_launch, :last_seen_by_service_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#elapsed_replication_duration ⇒ String
The amount of time that the Source Server has been replicating for.
      1767 1768 1769 1770 1771 1772 1773 1774 1775  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1767 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_launch, :last_seen_by_service_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#first_byte_date_time ⇒ String
The date and time of the first byte that was replicated from the Source Server.
      1767 1768 1769 1770 1771 1772 1773 1774 1775  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1767 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_launch, :last_seen_by_service_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_launch ⇒ Types::LifeCycleLastLaunch
An object containing information regarding the last launch of the Source Server.
      1767 1768 1769 1770 1771 1772 1773 1774 1775  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1767 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_launch, :last_seen_by_service_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_seen_by_service_date_time ⇒ String
The date and time this Source Server was last seen by the service.
      1767 1768 1769 1770 1771 1772 1773 1774 1775  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1767 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_launch, :last_seen_by_service_date_time) SENSITIVE = [] include Aws::Structure end  |