Class: Aws::Appflow::Types::AuthParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Information about required authentication parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_supplied_valuesArray<String>

Contains default values for this authentication parameter that are supplied by the connector.

Returns:

  • (Array<String>)


150
151
152
153
154
155
156
157
158
159
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 150

class AuthParameter < Struct.new(
  :key,
  :is_required,
  :label,
  :description,
  :is_sensitive_field,
  :connector_supplied_values)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description about the authentication parameter.

Returns:

  • (String)


150
151
152
153
154
155
156
157
158
159
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 150

class AuthParameter < Struct.new(
  :key,
  :is_required,
  :label,
  :description,
  :is_sensitive_field,
  :connector_supplied_values)
  SENSITIVE = []
  include Aws::Structure
end

#is_requiredBoolean

Indicates whether this authentication parameter is required.

Returns:

  • (Boolean)


150
151
152
153
154
155
156
157
158
159
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 150

class AuthParameter < Struct.new(
  :key,
  :is_required,
  :label,
  :description,
  :is_sensitive_field,
  :connector_supplied_values)
  SENSITIVE = []
  include Aws::Structure
end

#is_sensitive_fieldBoolean

Indicates whether this authentication parameter is a sensitive field.

Returns:

  • (Boolean)


150
151
152
153
154
155
156
157
158
159
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 150

class AuthParameter < Struct.new(
  :key,
  :is_required,
  :label,
  :description,
  :is_sensitive_field,
  :connector_supplied_values)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The authentication key required to authenticate with the connector.

Returns:

  • (String)


150
151
152
153
154
155
156
157
158
159
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 150

class AuthParameter < Struct.new(
  :key,
  :is_required,
  :label,
  :description,
  :is_sensitive_field,
  :connector_supplied_values)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

Label used for authentication parameter.

Returns:

  • (String)


150
151
152
153
154
155
156
157
158
159
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 150

class AuthParameter < Struct.new(
  :key,
  :is_required,
  :label,
  :description,
  :is_sensitive_field,
  :connector_supplied_values)
  SENSITIVE = []
  include Aws::Structure
end