OPENAPI / COMPONENTS / SCHEMAS

ChangeMessageVisibilityRequest

ChangeMessageVisibilityRequest

ChangeMessageVisibilityRequest 数据结构

object3字段
QueueUrlstring必填

<p>The URL of the Amazon SQS queue whose message's visibility is changed.</p> <p>Queue URLs and names are case-sensitive.</p>

ReceiptHandlestring必填

<p>The receipt handle associated with the message, whose visibility timeout is changed. This parameter is returned by the <code> <a>ReceiveMessage</a> </code> action.</p>

VisibilityTimeoutstring必填

<p>The new value for the message's visibility timeout (in seconds). Values range: <code>0</code> to <code>43200</code>. Maximum: 12 hours.</p>