Class: Aws::Appflow::Types::InforNexusConnectorProfileCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::InforNexusConnectorProfileCredentials
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile credentials required by Infor Nexus.
Constant Summary collapse
- SENSITIVE =
[:access_key_id]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The Access Key portion of the credentials.
-
#datakey ⇒ String
The encryption keys used to encrypt data.
-
#secret_access_key ⇒ String
The secret key used to sign requests.
-
#user_id ⇒ String
The identifier for the user.
Instance Attribute Details
#access_key_id ⇒ String
The Access Key portion of the credentials.
2901 2902 2903 2904 2905 2906 2907 2908 |
# File 'lib/aws-sdk-appflow/types.rb', line 2901 class InforNexusConnectorProfileCredentials < Struct.new( :access_key_id, :user_id, :secret_access_key, :datakey) SENSITIVE = [:access_key_id] include Aws::Structure end |
#datakey ⇒ String
The encryption keys used to encrypt data.
2901 2902 2903 2904 2905 2906 2907 2908 |
# File 'lib/aws-sdk-appflow/types.rb', line 2901 class InforNexusConnectorProfileCredentials < Struct.new( :access_key_id, :user_id, :secret_access_key, :datakey) SENSITIVE = [:access_key_id] include Aws::Structure end |
#secret_access_key ⇒ String
The secret key used to sign requests.
2901 2902 2903 2904 2905 2906 2907 2908 |
# File 'lib/aws-sdk-appflow/types.rb', line 2901 class InforNexusConnectorProfileCredentials < Struct.new( :access_key_id, :user_id, :secret_access_key, :datakey) SENSITIVE = [:access_key_id] include Aws::Structure end |
#user_id ⇒ String
The identifier for the user.
2901 2902 2903 2904 2905 2906 2907 2908 |
# File 'lib/aws-sdk-appflow/types.rb', line 2901 class InforNexusConnectorProfileCredentials < Struct.new( :access_key_id, :user_id, :secret_access_key, :datakey) SENSITIVE = [:access_key_id] include Aws::Structure end |