receiptHandle property

String? receiptHandle
final

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

Implementation

final String? receiptHandle;