Class SQSSendResponse
- Namespace
- AWS.Messaging.Publishers.SQS
- Assembly
- AWS.Messaging.dll
The response for an SQS Send action.
public class SQSSendResponse : IPublishResponse
- Inheritance
-
SQSSendResponse
- Implements
Properties
MessageId
Gets and sets the property MessageId.
An attribute containing the
MessageId
of the message sent to the queue.
For more information, see Queue
and Message Identifiers in the Amazon SQS Developer Guide.
public string? MessageId { get; set; }