class Aws::DynamoDBStreams::AttributeValue
@api private
Public Class Methods
new()
click to toggle source
# File lib/aws-sdk-dynamodbstreams/attribute_value.rb, line 12 def initialize @unmarshaler = Unmarshaler.new end
Public Instance Methods
unmarshal(value)
click to toggle source
# File lib/aws-sdk-dynamodbstreams/attribute_value.rb, line 16 def unmarshal(value) @unmarshaler.format(value) end