Class: Aws::Appflow::Types::DynatraceConnectorProfileCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DynatraceConnectorProfileCredentials
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass DynatraceConnectorProfileCredentials data as a hash:
{
api_token: "ApiToken", # required
}
The connector-specific profile credentials required by Dynatrace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_token ⇒ String
The API tokens used by Dynatrace API to authenticate various API calls.
Instance Attribute Details
#api_token ⇒ String
The API tokens used by Dynatrace API to authenticate various API calls.
3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3544 class DynatraceConnectorProfileCredentials < Struct.new( :api_token) SENSITIVE = [] include Aws::Structure end |