Ironically, the full snapshot answers your question...
The “Arrow Theoretic” view of category theory is not a specific category, as your “Arrow Category” nomenclature seems to suggest. Instead, it is a point of view of how to describe a category, one in which the morphisms are not just front-and-center, but they are front-and-only.
Just as there are multiple ways of defining a topological space (by giving the open sets, the close sets, the closure operator, the interior operator, the system of neighborhood families, etc), there are also multiple ways of defining a category.
Here are a few, going from the “classical” view of objects-and-maps, all the way to the “arrow point of view.”
A category $\mathbf{C}$ consists of a collection of “objects”, $\mathrm{Ob}(\mathbf{C})$, and for each ordered pair $(X,Y)$ of objects, a collection of “morphisms from $X$ to $Y$”, $\mathbf{C}(X,Y)$. We assume that if $(X,Y)\neq(X’,Y’)$, then $\mathbf{C}(X,Y)\cap\mathbf{C}(X’,Y’)=\varnothing$. In addition, there is a (family) of operations called composition, defined for each ordered triple $(X,Y,Z)$ of objects, $\circ\colon\mathbf{C}(X,Y)\times\mathbf{C}(Y,Z)\to\mathbf{C}(X,Z)$, which is associative; and distinguished morphisms $\mathrm{id}_X\in\mathbf{C}(X,X)$ for each $X\in\mathrm{Ob}(\mathbf{C})$ such that for all $f\in\mathbf{C}(X,Y)$, $\mathrm{id}_Y\circ f = f$ and $f\circ\mathrm{id}_X=f$.
A category $\mathbf{C}$ consists of a collection of objects $\mathrm{Ob}(\mathbf{C})$, and a collection of morphisms or “arrows”, $\mathrm{Ar}(\mathbf{C})$, together with two functions $s,t\colon\mathrm{Ar}(\mathbf{C})\to\mathrm{Ob}(\mathbf{C})$ (informally, the “source” and “target” functions). And an associative partial binary operation on $\mathrm{Ar}(\mathbf{C})$, $\circ\colon (f,g)\mapsto g\circ f$, defined whenever $t(f)=s(g)$. In addition, there is a distinguished family of morphisms, $(\mathrm{id}_X)_{X\in\mathrm{Ob}(\mathbf{C})}$ such that for all morphisms $f$ with $s(f)=X$ and $t(f)=Y$, $\mathrm{id}_Y\circ f = f = f\circ\mathrm{id}_X$.
A category $\mathbf{C}$ consists of a collection of arrows $\mathrm{Ar}(\mathbf{C})$, functions $s,t\colon\mathrm{Ar}(\mathbf{C})\to\mathrm{Ar}(\mathbf{C})$, informally the “source” and “target”; and a “composition” associative binary partial operation defined by $\circ\colon (f,g)\mapsto g\circ f$, defined whenever $t(f)=s(g)$. The functions $s$ and $t$ satisfy the conditions: $s(s(f))=t(s(f))=s(f)$, $t(t(f))=s(t(f))=t(f)$, $f\circ s(f)=f$, $t(f)\circ f = f$.
It is fairly clear that (1) and (2) are essentially the same thing; the main difference is that in (1) we segregate the morphisms and associate them with their source and target from the start, whereas in (2) we have all morphisms collected into a single grouping, and use $s$ and $t$ to identify the source and targets.
The point, however, is that what is important in both (1) and (2) are the morphisms. The objects are essentially nothing but index sets used to keep track of the morphisms, the identity maps, and when we can compose maps. But we can drop all of that if we just identify each object with its identity function, and use the identity functions as the way to keep track of “source” and “target”. That is what definition (3) does. The value of $s(f)$ is what we want to think of as “the identity function of the source of $f$”, while $t(f)$ is “the identity function of the target of $f$”. The “axioms” are just a way of making sure that these have the properties we want of the identity functions.
When the slide says “data”, they are describing what information they are giving you to define/describe the category. So, to describe a category with definition (3), I need to give you the collection of arrows, the function $s$, the function $t$ and the relation/partial operation $\circ$ that will play the role of “composition”. That will determine the category. The theorem on the right is showing that this way of describing a category is equivalent to (1) or (2), by using $s(f)$ to define the family of objects and the family of identities, etc.