CalculatedAttributeValue
The object containing the values of a single calculated attribute value.
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 the data is partial, it is set to true.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- ProfileId
-
The profile id belonging to this calculated attribute value.
Type: String
Pattern:
[a-f0-9]{32}
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: