AWS.SQS.ISQSGetQueueAttributesRequest.AddAttributeName

Adds an attribute name to the request.

function AddAttributeName(const AAttributeName: string): Integer;
__fastcall int AddAttributeName(const AnsiString AAttributeName);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AAttributeName: string
An attribute name to add to the request.

Index of the added attribute name.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.