Receive message
async_boto.validation.sqs.receive_message
ReceiveMessageRequest
Bases: BaseModel
The request accepts the following data in JSON format.
| ATTRIBUTE | DESCRIPTION |
|---|---|
AttributeNames |
A list of attributes that need to be returned along with each message.
TYPE:
|
MaxNumberOfMessages |
The maximum number of messages to return.
TYPE:
|
MessageAttributeNames |
The name of the message attribute.
TYPE:
|
MessageSystemAttributeNames |
A list of attributes that need to be returned along with each message.
TYPE:
|
QueueUrl |
The URL of the Amazon SQS queue from which messages are received.
TYPE:
|
ReceiveRequestAttemptId |
The token used for deduplication of ReceiveMessage calls.
TYPE:
|
VisibilityTimeout |
The duration (in seconds) that the received messages are hidden from subsequent retrieve requests.
TYPE:
|
WaitTimeSeconds |
The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.
TYPE:
|
AttributeNames
class-attribute
instance-attribute
AttributeNames = None
MaxNumberOfMessages
class-attribute
instance-attribute
MaxNumberOfMessages = None
MessageAttributeNames
class-attribute
instance-attribute
MessageAttributeNames = None
MessageSystemAttributeNames
class-attribute
instance-attribute
MessageSystemAttributeNames = None
QueueUrl
instance-attribute
QueueUrl
ReceiveRequestAttemptId
class-attribute
instance-attribute
ReceiveRequestAttemptId = None
VisibilityTimeout
class-attribute
instance-attribute
VisibilityTimeout = None
WaitTimeSeconds
class-attribute
instance-attribute
WaitTimeSeconds = None