---
title: ASAccessory.RenameOptions
framework: accessorysetupkit
role: symbol
role_heading: Structure
path: accessorysetupkit/asaccessory/renameoptions
---

# ASAccessory.RenameOptions

Options that affect the behavior of an accessory renaming operation.

## Declaration

```swift
struct RenameOptions
```

## Topics

### Creating an options instance

- [init(rawValue:)](accessorysetupkit/asaccessory/renameoptions/init(rawvalue:).md)

### Options

- [ssid](accessorysetupkit/asaccessory/renameoptions/ssid.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Managing accessories

- [renameAccessory(_:options:completionHandler:)](accessorysetupkit/asaccessorysession/renameaccessory(_:options:completionhandler:).md)
- [removeAccessory(_:completionHandler:)](accessorysetupkit/asaccessorysession/removeaccessory(_:completionhandler:).md)
