AmplitudeConnectorProfileCredentials

public struct AmplitudeConnectorProfileCredentials : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    Declaration

    Swift

    public let apiKey: String
  • The Secret Access Key portion of the credentials.

    Declaration

    Swift

    public let secretKey: String
  • Undocumented

    Declaration

    Swift

    public init(apiKey: String, secretKey: String)
  • Declaration

    Swift

    public func validate(name: String) throws