Method: Aws::Appflow::Types::CustomAuthConfig#auth_parameters
- Defined in:
- lib/aws-sdk-appflow/types.rb
#auth_parameters ⇒ Array<Types::AuthParameter>
Information about authentication parameters required for authentication.
1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-appflow/types.rb', line 1444 class CustomAuthConfig < Struct.new( :custom_authentication_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end |