Class: Aws::Drs::Types::LifeCycleLastLaunch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::LifeCycleLastLaunch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
An object containing information regarding the last launch of a Source Server.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #initiated  ⇒ Types::LifeCycleLastLaunchInitiated 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information regarding the initiation of the last launch of a Source Server.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of Source Server’s last launch.
 
Instance Attribute Details
#initiated ⇒ Types::LifeCycleLastLaunchInitiated
An object containing information regarding the initiation of the last launch of a Source Server.
      1791 1792 1793 1794 1795 1796  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1791 class LifeCycleLastLaunch < Struct.new( :initiated, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Status of Source Server’s last launch.
      1791 1792 1793 1794 1795 1796  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1791 class LifeCycleLastLaunch < Struct.new( :initiated, :status) SENSITIVE = [] include Aws::Structure end  |