AWS.SQS.ISQSReceiveMessageRequest.MessageAttributeNames

List of message attribute names to be returned with each message.

property MessageAttributeNames: TList<string>;
__property TList<string> MessageAttributeNames;

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Names can contain up to 256 alphanumeric characters, hyphens (-), periods (.), and underscores (_) only. All attributes can be returned by specifying All or .*. Names must not start with AWS reserved prefixes such as AWS. or Amazon.. Names must not start with period (.) and should not have periods in succession (..).

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