You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SQS::Types::MessageAttributeValueWhen passing MessageAttributeValue as input to an Aws::Client method, you can use a vanilla Hash:
{
string_value: "String",
binary_value: "data",
string_list_values: ["String"],
binary_list_values: ["data"],
data_type: "String", }
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).
Not implemented.
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
Amazon SQS supports the following logical data types: String
, Number
, and Binary
.
Not implemented.
Strings are Unicode with UTF-8 binary encoding.
Not implemented. Reserved for future use.
#binary_value ⇒ StringBinary type attributes can store any binary data, such as compressed data, encrypted data, or images.
#data_type ⇒ StringAmazon SQS supports the following logical data types: String
, Number
, and Binary
. For the Number
data type, you must use StringValue
.
You can also append custom labels. For more information, see Amazon SQS Message Attributes in the Amazon Simple Queue Service Developer Guide.
#string_list_values ⇒ Array<String>Not implemented. Reserved for future use.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4