AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The user-specified message attribute value. For string data types, the value attribute has the same restrictions on the content as the message body. For more information, see Publish.

Name, type, and value must not be empty or null. In addition, the message body should not be empty or null. All parts of the message attribute, including name, type, and value, are included in the message size restriction, which is currently 256 KB (262,144 bytes). For more information, see Amazon SNS message attributes and Publishing to a mobile phone in the Amazon SNS Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.SimpleNotificationService.Model.MessageAttributeValue

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.SimpleNotificationService.dll
Version: 3.x.y.z

Syntax

C#
public class MessageAttributeValue

The MessageAttributeValue type exposes the following members

Constructors

NameDescription
Public Method MessageAttributeValue()

Properties

NameTypeDescription
Public Property BinaryValue System.IO.MemoryStream

Gets and sets the property BinaryValue.

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

Public Property DataType System.String

Gets and sets the property DataType.

Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For more information, see Message Attribute Data Types.

Public Property StringValue System.String

Gets and sets the property StringValue.

Strings are Unicode with UTF8 binary encoding. For a list of code values, see ASCII Printable Characters.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5