Class: Aws::Appflow::Types::SingularConnectorProfileCredentials

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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

Instance Attribute Details

#api_keyString

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

Returns:

  • (String)


4828
4829
4830
4831
4832
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4828

class SingularConnectorProfileCredentials < Struct.new(
  :api_key)
  SENSITIVE = [:api_key]
  include Aws::Structure
end