Data.Cloud.AmazonAPI.TAmazonQueueService.GetQueueAttributeName
Delphi
function GetQueueAttributeName(const Attribute: TAmazonQueueAttribute): string;
C++
System::UnicodeString __fastcall GetQueueAttributeName(const TAmazonQueueAttribute Attribute);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonQueueService |
Description
Returns the Amazon name for the given attribute.
Use GetQueueAttributeName to get the Amazon name for the given attribute.
Attribute
represents the attribute for which to get the Amazon parameter name.