Class: Aws::Appflow::Types::SingularConnectorProfileCredentials
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::SingularConnectorProfileCredentials
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appflow/types.rb
 
Overview
The connector-specific profile credentials required when using Singular.
Constant Summary collapse
- SENSITIVE =
 [:api_key]
Instance Attribute Summary collapse
- 
  
    
      #api_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
 
Instance Attribute Details
#api_key ⇒ String
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
      4828 4829 4830 4831 4832  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 4828 class SingularConnectorProfileCredentials < Struct.new( :api_key) SENSITIVE = [:api_key] include Aws::Structure end  |