Class: Aws::Transfer::Types::UpdateConnectorResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::UpdateConnectorResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the identifier of the connector object that you are updating.
 
Instance Attribute Details
#connector_id ⇒ String
Returns the identifier of the connector object that you are updating.
      5884 5885 5886 5887 5888  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 5884 class UpdateConnectorResponse < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end  |