Gets or sets the message attributes.

C# |
public Dictionary<string, MessageAttributeValue> MessageAttributes { get; set; }

The attributes.

A map of message attributes.
C# |
public Dictionary<string, MessageAttributeValue> MessageAttributes { get; set; }
A map of message attributes.