Skip to content

SQS  >  Structures  >  ChangeMessageVisibilityBatchRequestEntry

ChangeMessageVisibilityBatchRequestEntry

Structure Class

ChangeMessageVisibilityBatchRequestEntry dataclass

Encloses a receipt handle and an entry ID for each message in ``ChangeMessageVisibilityBatch``.

Attributes

id instance-attribute
id: str

An identifier for this particular receipt handle used to communicate the result.

Note

The Ids of a batch request need to be unique within a request.

This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).

receipt_handle instance-attribute
receipt_handle: str

A receipt handle.

visibility_timeout class-attribute instance-attribute
visibility_timeout: int | None = None

The new value (in seconds) for the message's visibility timeout.