Values.GetCalculatedAttributeDefinitionResponseSourceProvides more information on a calculated attribute definition for Customer Profiles.
type nonrec t = {calculatedAttributeName : TypeName.t option;The unique name of the calculated attribute.
*)displayName : DisplayName.t option;The display name of the calculated attribute.
*)description : SensitiveText.t option;The description of the calculated attribute.
*)createdAt : Timestamp.t option;The timestamp of when the calculated attribute definition was created.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the calculated attribute definition was most recently edited.
*)statistic : Statistic.t option;The aggregation operation to perform for the calculated attribute.
*)filter : Filter.t option;The filter assigned to this calculated attribute definition.
*)conditions : Conditions.t option;The conditions including range, object count, and threshold for the calculated attribute.
*)attributeDetails : AttributeDetails.t option;Mathematical expression and a list of attribute items specified in that expression.
*)useHistoricalData : OptionalBoolean.t option;Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
*)status : ReadinessStatus.t option;Status of the Calculated Attribute creation (whether all historical data has been indexed).
*)readiness : Readiness.t option;Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of OptionalBoolean.t
| `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of TypeName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of ObjectCount.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Map of
([> `String of AttributeName.t ]
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of
String1To255.t ]
list ])
list ])
list ])
list ]
list
| `String of AttributeName.t ])
list ]
list
| `String of String1To255.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Value.t
| `String of String1To255.t
| `Structure of
(string * [> `Integer of ValueRangeStart.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]