# `Clarity.Vertex.Ash.Attribute`
[🔗](https://github.com/team-alembic/clarity/blob/v0.6.0/lib/clarity/vertex/ash/attribute.ex#L2)

Vertex implementation for Ash resource attributes.

# `t`

```elixir
@type t() :: %Clarity.Vertex.Ash.Attribute{
  attribute: Ash.Resource.Attribute.t(),
  resource: Ash.Resource.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
