AWSSNSPublishBatchResultEntry

Objective-C

@interface AWSSNSPublishBatchResultEntry

Swift

class AWSSNSPublishBatchResultEntry

Encloses data related to a successful message in a batch request for topic.

  • The Id of an entry in a batch request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • An identifier for the message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable messageId;

    Swift

    var messageId: String? { get set }
  • This parameter applies only to FIFO (first-in-first-out) topics.

    The large, non-consecutive number that Amazon SNS assigns to each message.

    The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a particular MessageGroupId.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sequenceNumber;

    Swift

    var sequenceNumber: String? { get set }