Method: Aws::Appflow::Types::OAuth2CustomParameter#key
- Defined in:
- lib/aws-sdk-appflow/types.rb
#key ⇒ String
The key of the custom parameter required for OAuth 2.0 authentication.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |