Class: Aws::Appflow::Types::CustomAuthCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CustomAuthCredentials
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The custom credentials required for custom authentication.
Constant Summary collapse
- SENSITIVE =
[]
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.
1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1352 class CustomAuthCredentials < Struct.new( :custom_authentication_type, :credentials_map) SENSITIVE = [] include Aws::Structure end |
#custom_authentication_type ⇒ String
The custom authentication type that the connector uses.
1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1352 class CustomAuthCredentials < Struct.new( :custom_authentication_type, :credentials_map) SENSITIVE = [] include Aws::Structure end |