

# CalculatedAttributeValue
<a name="API_connect-customer-profiles_CalculatedAttributeValue"></a>

The object containing the values of a single calculated attribute value.

## Contents
<a name="API_connect-customer-profiles_CalculatedAttributeValue_Contents"></a>

 ** CalculatedAttributeName **   <a name="connect-Type-connect-customer-profiles_CalculatedAttributeValue-CalculatedAttributeName"></a>
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 **   <a name="connect-Type-connect-customer-profiles_CalculatedAttributeValue-DisplayName"></a>
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 **   <a name="connect-Type-connect-customer-profiles_CalculatedAttributeValue-IsDataPartial"></a>
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

 ** LastObjectTimestamp **   <a name="connect-Type-connect-customer-profiles_CalculatedAttributeValue-LastObjectTimestamp"></a>
The timestamp of the newest object included in the calculated attribute calculation.  
Type: Timestamp  
Required: No

 ** ProfileId **   <a name="connect-Type-connect-customer-profiles_CalculatedAttributeValue-ProfileId"></a>
The profile id belonging to this calculated attribute value.  
Type: String  
Pattern: `[a-f0-9]{32}`   
Required: No

 ** Value **   <a name="connect-Type-connect-customer-profiles_CalculatedAttributeValue-Value"></a>
The value of the calculated attribute.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

## See Also
<a name="API_connect-customer-profiles_CalculatedAttributeValue_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/customer-profiles-2020-08-15/CalculatedAttributeValue) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/customer-profiles-2020-08-15/CalculatedAttributeValue) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/customer-profiles-2020-08-15/CalculatedAttributeValue) 