View source: R/sqs_operations.R
sqs_change_message_visibility | R Documentation |
Changes the visibility timeout of a specified message in a queue to a new value. The default visibility timeout for a message is 30 seconds. The minimum is 0 seconds. The maximum is 12 hours. For more information, see Visibility Timeout in the Amazon SQS Developer Guide.
See https://www.paws-r-sdk.com/docs/sqs_change_message_visibility/ for full documentation.
sqs_change_message_visibility(QueueUrl, ReceiptHandle, VisibilityTimeout)
QueueUrl |
[required] The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive. |
ReceiptHandle |
[required] The receipt handle associated with the message, whose visibility timeout
is changed. This parameter is returned by the
|
VisibilityTimeout |
[required] The new value for the message's visibility timeout (in seconds). Values
range: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.