C# Class Amazon.SQS.Model.MessageAttributeValue

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

Name, type, value and the message body must not be empty or null. All parts of the message attribute, including Name, Type, and Value, are part of the message size restriction (256 KB or 262,144 bytes).

Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetBinaryListValues ( ) : bool
IsSetBinaryValue ( ) : bool
IsSetDataType ( ) : bool
IsSetStringListValues ( ) : bool
IsSetStringValue ( ) : bool