Class: Aws::Transfer::Types::DescribeConnectorResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DescribeConnectorResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector  ⇒ Types::DescribedConnector 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The structure that contains the details of the connector.
 
Instance Attribute Details
#connector ⇒ Types::DescribedConnector
The structure that contains the details of the connector.
      1648 1649 1650 1651 1652  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1648 class DescribeConnectorResponse < Struct.new( :connector) SENSITIVE = [] include Aws::Structure end  |