messageAttributes property

Map<String, MessageAttributeValue>? messageAttributes
final

Each message attribute consists of a Name, Type, and Value. For more information, see Amazon SQS Message Attributes in the Amazon Simple Queue Service Developer Guide.

Implementation

final Map<String, MessageAttributeValue>? messageAttributes;