# `Ash.Resource.Record`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/resource/record.ex#L5)

In Ash, a record is an instance of a resource.

This module acts as a way to refer to the type via t:t()
and will also act as a place for shared functionality for
instances of resouces in the future.

# `t`

```elixir
@type t() :: struct()
```

---

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