Values_2.QueueSummarySourceContains summary information about a queue.
type nonrec t = {id : Values_0.QueueId.t option;The identifier of the queue.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the queue.
*)name : QueueName.t option;The name of the queue.
*)queueType : QueueType.t option;The type of queue.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.QueueId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]