MessageSystemAttributeValue

The user-specified message system attribute value. For string data types, the Value attribute has the same restrictions on the content as the message body. For more information, see <a>SendMessage</a>.

Name, type, value and the message body must not be empty or null.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Not implemented. Reserved for future use.

Link copied to clipboard

Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.

Link copied to clipboard

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

Link copied to clipboard

Not implemented. Reserved for future use.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String