Class: Aws::Drs::Types::ParticipatingServer
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::ParticipatingServer
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Represents a server participating in an asynchronous Job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_actions_status  ⇒ Types::LaunchActionsStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The post-launch action runs of a participating server.
 - 
  
    
      #launch_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch status of a participating server.
 - 
  
    
      #recovery_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Recovery Instance ID of a participating server.
 - 
  
    
      #source_server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Source Server ID of a participating server.
 
Instance Attribute Details
#launch_actions_status ⇒ Types::LaunchActionsStatus
The post-launch action runs of a participating server.
      2099 2100 2101 2102 2103 2104 2105 2106  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2099 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_status ⇒ String
The launch status of a participating server.
      2099 2100 2101 2102 2103 2104 2105 2106  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2099 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end  | 
  
#recovery_instance_id ⇒ String
The Recovery Instance ID of a participating server.
      2099 2100 2101 2102 2103 2104 2105 2106  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2099 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end  | 
  
#source_server_id ⇒ String
The Source Server ID of a participating server.
      2099 2100 2101 2102 2103 2104 2105 2106  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2099 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end  |