Skip to content

Purge queue

async_boto.validation.sqs.purge_queue

PurgeQueueRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
QueueUrl

The URL of the queue from which the PurgeQueue action deletes messages.

TYPE: str

QueueUrl instance-attribute

QueueUrl

PurgeQueueResponse

Bases: BaseModel

The response returned in JSON format by the service.