Values.SessionsStatisticsResourcesSourceSpecifies the fleet IDs or queue IDs to return statistics. You can specify only fleet IDs or queue IDS, not both.
type nonrec t = {queueIds : SessionsStatisticsResourcesQueueIdsList.t option;One to 10 queue IDs that specify the queues to return statistics for. If you specify the queueIds field, you can't specify the fleetIds field.
*)fleetIds : SessionsStatisticsResourcesFleetIdsList.t option;One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the fleetIds field, you can't specify the queueIds field.
*)}