Class: Aws::Appflow::Types::SingularConnectorProfileCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SingularConnectorProfileCredentials
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile credentials required when using Singular.
Constant Summary collapse
- SENSITIVE =
[:api_key]
Instance Attribute Summary collapse
-
#api_key ⇒ String
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
Instance Attribute Details
#api_key ⇒ String
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
4822 4823 4824 4825 4826 |
# File 'lib/aws-sdk-appflow/types.rb', line 4822 class SingularConnectorProfileCredentials < Struct.new( :api_key) SENSITIVE = [:api_key] include Aws::Structure end |