Method: Aws::Appflow::Types::CustomConnectorProfileCredentials#custom

Defined in:
lib/aws-sdk-appflow/types.rb

#customTypes::CustomAuthCredentials

If the connector uses the custom authentication mechanism, this holds the required credentials.



1539
1540
1541
1542
1543
1544
1545
1546
1547
# File 'lib/aws-sdk-appflow/types.rb', line 1539

class CustomConnectorProfileCredentials < Struct.new(
  :authentication_type,
  :basic,
  :oauth2,
  :api_key,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end