> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EmailAttachment

[API Reference](/api-reference/@modelence/aws-ses/type-aliases/../../../index) / [@modelence/aws-ses](/api-reference/@modelence/aws-ses/type-aliases/../index) / EmailAttachment

> **EmailAttachment** = `object`

Defined in: [index.ts:10](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/aws-ses/src/index.ts#L10)

## Properties

| Property                             | Type                 | Defined in                                                                                                                            |
| ------------------------------------ | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="content" /> `content`         | `Buffer` \| `string` | [index.ts:12](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/aws-ses/src/index.ts#L12) |
| <a id="contenttype" /> `contentType` | `string`             | [index.ts:13](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/aws-ses/src/index.ts#L13) |
| <a id="filename" /> `filename`       | `string`             | [index.ts:11](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/aws-ses/src/index.ts#L11) |
