Class: Aws::SMS::Types::Server
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::Server
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Represents a server.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #replication_job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the replication job.
 - 
  
    
      #replication_job_terminated  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the replication job is deleted or failed.
 - 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the server.
 - 
  
    
      #server_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of server.
 - 
  
    
      #vm_server  ⇒ Types::VmServer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VM server.
 
Instance Attribute Details
#replication_job_id ⇒ String
The ID of the replication job.
      1542 1543 1544 1545 1546 1547 1548 1549 1550  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1542 class Server < Struct.new( :server_id, :server_type, :vm_server, :replication_job_id, :replication_job_terminated) SENSITIVE = [] include Aws::Structure end  | 
  
#replication_job_terminated ⇒ Boolean
Indicates whether the replication job is deleted or failed.
      1542 1543 1544 1545 1546 1547 1548 1549 1550  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1542 class Server < Struct.new( :server_id, :server_type, :vm_server, :replication_job_id, :replication_job_terminated) SENSITIVE = [] include Aws::Structure end  | 
  
#server_id ⇒ String
The ID of the server.
      1542 1543 1544 1545 1546 1547 1548 1549 1550  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1542 class Server < Struct.new( :server_id, :server_type, :vm_server, :replication_job_id, :replication_job_terminated) SENSITIVE = [] include Aws::Structure end  | 
  
#server_type ⇒ String
The type of server.
      1542 1543 1544 1545 1546 1547 1548 1549 1550  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1542 class Server < Struct.new( :server_id, :server_type, :vm_server, :replication_job_id, :replication_job_terminated) SENSITIVE = [] include Aws::Structure end  | 
  
#vm_server ⇒ Types::VmServer
Information about the VM server.
      1542 1543 1544 1545 1546 1547 1548 1549 1550  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1542 class Server < Struct.new( :server_id, :server_type, :vm_server, :replication_job_id, :replication_job_terminated) SENSITIVE = [] include Aws::Structure end  |