Class: Aws::Transfer::Types::DescribeServerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DescribeServerResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #server  ⇒ Types::DescribedServer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array containing the properties of a server with the ‘ServerID` you specified.
 
Instance Attribute Details
#server ⇒ Types::DescribedServer
An array containing the properties of a server with the ‘ServerID` you specified.
      1786 1787 1788 1789 1790  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1786 class DescribeServerResponse < Struct.new( :server) SENSITIVE = [] include Aws::Structure end  |