AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a primary key value used to identify a specific record in a data table. Primary values are used in combination to create unique record identifiers when a table has multiple primary attributes.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class PrimaryValue
The PrimaryValue type exposes the following members
| Name | Description | |
|---|---|---|
|
PrimaryValue() |
| Name | Type | Description | |
|---|---|---|---|
|
AttributeName | System.String |
Gets and sets the property AttributeName. The name of the primary attribute that this value belongs to. |
|
Value | System.String |
Gets and sets the property Value. The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5