Module Types.DashboardEntry
type t={dashboard_name : Aws.BaseTypes.String.t option;dashboard_arn : Aws.BaseTypes.String.t option;last_modified : Aws.BaseTypes.DateTime.t option;size : Aws.BaseTypes.Long.t option;}
val make : ?dashboard_name:Aws.BaseTypes.String.t -> ?dashboard_arn:Aws.BaseTypes.String.t -> ?last_modified:Aws.BaseTypes.DateTime.t -> ?size:Aws.BaseTypes.Long.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t