Data.Cloud.AmazonAPI.TAmazonQueueService.GetQueueAttributeName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonQueueService

Delphi

function GetQueueAttributeName(const Attribute: TAmazonQueueAttribute): string;

C++

System::UnicodeString __fastcall GetQueueAttributeName(const TAmazonQueueAttribute Attribute);

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.

See Also