Class PublishResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Response for Publish action.
public class PublishResponse : AmazonWebServiceResponse
- Inheritance
-
PublishResponse
Constructors
PublishResponse()
public PublishResponse()
Properties
MessageId
Gets and sets the property MessageId.
Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
public string MessageId { get; set; }
Property Value
SequenceNumber
Gets and sets the property SequenceNumber.
This response element applies only to FIFO (first-in-first-out) topics.
The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of
SequenceNumber
is 128 bits. SequenceNumber
continues to increase for each MessageGroupId
.
public string SequenceNumber { get; set; }