ListCalculatedAttributeForProfileItem
The details of a single calculated attribute for a profile.
Contents
- CalculatedAttributeName
-
The unique name of the calculated attribute.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_][a-zA-Z_0-9-]*$
Required: No
- DisplayName
-
The display name of the calculated attribute.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_][a-zA-Z_0-9-\s]*$
Required: No
- IsDataPartial
-
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Value
-
The value of the calculated attribute.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: