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

Class: Aws::Appflow::Types::DynatraceConnectorProfileCredentials

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

Overview

Note:

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

{
  api_token: "ApiToken", # required
}

The connector-specific profile credentials required by Dynatrace.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenString

The API tokens used by Dynatrace API to authenticate various API calls.

Returns:

  • (String)

    The API tokens used by Dynatrace API to authenticate various API calls.