class AWS::DynamoDB::Binary


)
‘data’ => AWS::DynamoDB::Binary.new(‘abc’)
‘position’ => 5,
‘id’ => ‘abc’,
table.items.create(
# put an item with a binary data attribute
table.range_key = { ‘position’ => :number }
table.hash_key = { ‘id’ => :string }
table = AWS::DynamoDB.new.tables[‘data-table’]

of larger attributes to save on storage costs.
to store as a binary attribute. This can reduce the size
Use this class to wrap strings that you want Amazon DynamoDB