Data.Cloud.AmazonAPI.TAmazonQueueService.GetQueueAttributeName

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also