Values.EBSResourceUtilizationSourceThe EBS field that contains a list of EBS metrics that are associated with the current instance.
type nonrec t = {ebsReadOpsPerSecond : GenericString.t option;The maximum number of read operations per second.
*)ebsWriteOpsPerSecond : GenericString.t option;The maximum number of write operations per second.
*)ebsReadBytesPerSecond : GenericString.t option;The maximum size of read operations per second
*)ebsWriteBytesPerSecond : GenericString.t option;The maximum size of write operations per second.
*)}