Class: Aws::Appflow::Types::AuthParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::AuthParameter
- 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
-
#connector_supplied_values ⇒ Array<String>
Contains default values for this authentication parameter that are supplied by the connector.
-
#description ⇒ String
A description about the authentication parameter.
-
#is_required ⇒ Boolean
Indicates whether this authentication parameter is required.
-
#is_sensitive_field ⇒ Boolean
Indicates whether this authentication parameter is a sensitive field.
-
#key ⇒ String
The authentication key required to authenticate with the connector.
-
#label ⇒ String
Label used for authentication parameter.
Instance Attribute Details
#connector_supplied_values ⇒ Array<String>
Contains default values for this authentication parameter that are supplied by the connector.
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 |
#description ⇒ String
A description about the authentication parameter.
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_required ⇒ Boolean
Indicates whether this authentication parameter is required.
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_field ⇒ Boolean
Indicates whether this authentication parameter is a sensitive field.
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 |
#key ⇒ String
The authentication key required to authenticate with the connector.
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 |
#label ⇒ String
Label used for authentication parameter.
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 |