Values_0.SegmentAttributeValueA value for a segment attribute. This is structured as a map where the key is valueString and the value is a string.
type nonrec t = {valueString : SegmentAttributeValueString.t option;The value of a segment attribute.
*)valueMap : SegmentAttributeValueMap.t option;The value of a segment attribute.
*)valueInteger : SegmentAttributeValueInteger.t option;The value of a segment attribute.
*)valueList : SegmentAttributeValueList.t option;The value of a segment attribute. This is only supported for system-defined attributes, not for user-defined attributes.
*)valueArn : SegmentAttributeValueString.t option;The value of a segment attribute that has to be a valid ARN. This is only supported for system-defined attributes, not for user-defined attributes.
*)}val make :
?valueString:SegmentAttributeValueString.t ->
?valueMap:SegmentAttributeValueMap.t ->
?valueInteger:SegmentAttributeValueInteger.t ->
?valueList:SegmentAttributeValueList.t ->
?valueArn:SegmentAttributeValueString.t ->
unit ->
t