Class: Aws::Transfer::Types::CreateConnectorResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::CreateConnectorResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the connector, returned after the API call succeeds.
 
Instance Attribute Details
#connector_id ⇒ String
The unique identifier for the connector, returned after the API call succeeds.
      565 566 567 568 569  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 565 class CreateConnectorResponse < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end  |