Values_2.ThemeSummarySourceThe theme summary.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the resource.
*)name : Values_1.ThemeName.t option;the display name for the theme.
*)themeId : Values_0.ShortRestrictiveResourceId.t option;The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)latestVersionNumber : Values_1.VersionNumber.t option;The latest version number for the theme.
*)createdTime : Values_0.Timestamp.t option;The date and time that this theme was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last date and time that this theme was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_1.VersionNumber.t
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]