DynamoDB. Document what Ruby class is used to represent binary type #3153
Labels
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
Describe the issue
The documentation of the DynamoDB Ruby client is missing description of how to build request to have an attribute value to be stored as
binary
and how abinary
attribute value is represented in a response.It seems in a request a value should be either instance of
IO
or instance ofStringIO
. In response a value is alwaysStringIO
.A related discussion - #3146
Links
I suppose a proper page is https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDB/Client.html
The text was updated successfully, but these errors were encountered: