Class: Aws::Appflow::Types::UpdateConnectorProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::UpdateConnectorProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appflow/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the connector profile.
 
Instance Attribute Details
#connector_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile.
      5626 5627 5628 5629 5630  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 5626 class UpdateConnectorProfileResponse < Struct.new( :connector_profile_arn) SENSITIVE = [] include Aws::Structure end  |