Values.MetricAttributionSummarySourceProvides a summary of the properties of a metric attribution. For a complete listing, call the DescribeMetricAttribution.
type nonrec t = {name : Name.t option;The name of the metric attribution.
*)metricAttributionArn : Arn.t option;The metric attribution's Amazon Resource Name (ARN).
*)status : Status.t option;The metric attribution's status.
*)creationDateTime : Date.t option;The metric attribution's creation date time.
*)lastUpdatedDateTime : Date.t option;The metric attribution's last updated date time.
*)failureReason : FailureReason.t option;The metric attribution's failure reason.
*)}