API:Data.Cloud.AmazonAPI.TAmazonNotificationEvent
Delphi
TAmazonNotificationEvent = record
Topic: string;
Event: string;
class function Create(const Topic, Event: string): TAmazonNotificationEvent; static;
end;
C++
struct DECLSPEC_DRECORD TAmazonNotificationEvent
{
public:
System::UnicodeString Topic;
System::UnicodeString Event;
static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | Data.Cloud.AmazonAPI |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!