Class: Aws::Appflow::Types::CustomAuthCredentials
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::CustomAuthCredentials
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appflow/types.rb
 
Overview
The custom credentials required for custom authentication.
Constant Summary collapse
- SENSITIVE =
 [:credentials_map]
Instance Attribute Summary collapse
- 
  
    
      #credentials_map  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that holds custom authentication credentials.
 - 
  
    
      #custom_authentication_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom authentication type that the connector uses.
 
Instance Attribute Details
#credentials_map ⇒ Hash<String,String>
A map that holds custom authentication credentials.
      1463 1464 1465 1466 1467 1468  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1463 class CustomAuthCredentials < Struct.new( :custom_authentication_type, :credentials_map) SENSITIVE = [:credentials_map] include Aws::Structure end  | 
  
#custom_authentication_type ⇒ String
The custom authentication type that the connector uses.
      1463 1464 1465 1466 1467 1468  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1463 class CustomAuthCredentials < Struct.new( :custom_authentication_type, :credentials_map) SENSITIVE = [:credentials_map] include Aws::Structure end  |