You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::AmplitudeConnectorProfileCredentials

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AmplitudeConnectorProfileCredentials as input to an Aws::Client method, you can use a vanilla Hash:

{
  api_key: "ApiKey", # required
  secret_key: "SecretKey", # required
}

The connector-specific credentials required when using Amplitude.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

Returns:

  • (String)

    A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

#secret_keyString

The Secret Access Key portion of the credentials.

Returns:

  • (String)

    The Secret Access Key portion of the credentials.