Values.SegmentDefinitionItemSourceObject holding the segment definition fields.
type nonrec t = {segmentDefinitionName : Name.t option;Name of the segment definition.
*)displayName : String1To255.t option;Display name of the segment definition.
*)description : SensitiveString1To4000.t option;The description of the segment definition.
*)segmentDefinitionArn : SegmentDefinitionArn.t option;The arn of the segment definition.
*)createdAt : Timestamp.t option;When the segment definition was created.
*)segmentType : SegmentType.t option;The segment type. Classic : Segments created using traditional SegmentGroup structure Enhanced : Segments created using SQL queries
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]