> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/daysdetached-object.md).

# DaysDetached Object

## Description

Parameters to track the detachment of an EBS volume.

## Properties

### numDays

Number of days to track

Type: `integer`

Required: Yes

### resourceTagName

Name of the resource tag to use to track the detachment status.

Type: `string`

Required: Yes

## Sample JSON

```javascript
{
    "numDays": 7,
    "resourceTagName": "skeddly:track-detachment"
}
```
