Skip to main content

TSNSPublishBatchRequestEntry

Class in AWS.SNS

PublishBatchRequestEntry class.

Ancestors

Properties

Id

property Id: string

Message

property Message: string

MessageAttributes

property MessageAttributes: TSNSMessageAttributes

Type: TSNSMessageAttributes

MessageDeduplicationId

property MessageDeduplicationId: string

MessageGroupId

property MessageGroupId: string

MessageStructure

property MessageStructure: string

Subject

property Subject: string

Constructors

Create

constructor Create(const AId, AMessage: string);

Constructor for TSNSPublishBatchRequestEntry.

Parameters

NameDescription
AIdSpecify the identifier for the message within the batch.
AMessageSpecify the message body.