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

Class: Aws::Appflow::Types::InforNexusConnectorProfileCredentials

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

Overview

Note:

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

{
  access_key_id: "AccessKeyId", # required
  user_id: "Username", # required
  secret_access_key: "Key", # required
  datakey: "Key", # required
}

The connector-specific profile credentials required by Infor Nexus.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The Access Key portion of the credentials.

Returns:

  • (String)

    The Access Key portion of the credentials.

#datakeyString

The encryption keys used to encrypt data.

Returns:

  • (String)

    The encryption keys used to encrypt data.

#secret_access_keyString

The secret key used to sign requests.

Returns:

  • (String)

    The secret key used to sign requests.

#user_idString

The identifier for the user.

Returns:

  • (String)

    The identifier for the user.