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).

C# |
public class MessageAttributeValue

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MessageAttributeValue()()()() | Initializes a new instance of the MessageAttributeValue class |
![]() | BinaryValue |
Gets and sets the property BinaryValue.
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images. |
![]() | DataType |
Gets and sets the property DataType.
Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | StringValue |
Gets and sets the property StringValue.
Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | MessageAttributeValue |