TSNSMessage
Class in AWS.SNS
SNS Message class.
Ancestors
Properties
CanonicalString
property CanonicalString: string
MessageContent
property MessageContent: string
MessageId
property MessageId: string
MessageType
property MessageType: string
Signature
property Signature: string
SignatureVersion
property SignatureVersion: string
SigningCertURL
property SigningCertURL: string
Subject
property Subject: string
SubscribeURL
property SubscribeURL: string
Timestamp
property Timestamp: TDateTime
Token
property Token: string
TopicArn
property TopicArn: TARN
UnsubscribeURL
property UnsubscribeURL: string
Constructors
Create
constructor Create(const AMessage: string);
Constructor for a TSNSMessage.
Parameters
| Name | Description |
|---|---|
AMessage | A string containing an JSON encoded SNS message. |