Class: Aws::SMS::Types::ServerValidationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::ServerValidationOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Contains output from validating an instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #server  ⇒ Types::Server 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents a server.
 
Instance Attribute Details
#server ⇒ Types::Server
Represents a server.
      1845 1846 1847 1848 1849  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1845 class ServerValidationOutput < Struct.new( :server) SENSITIVE = [] include Aws::Structure end  |