Method: Aws::Appflow::Types::OAuth2CustomParameter#type
- Defined in:
- lib/aws-sdk-appflow/types.rb
#type ⇒ String
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
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 |