Class: Aws::DynamoDBStreams::AttributeValue Private
- Inherits:
-
Object
- Object
- Aws::DynamoDBStreams::AttributeValue
- Defined in:
- lib/aws-sdk-dynamodbstreams/attribute_value.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: Unmarshaler
Instance Method Summary collapse
-
#initialize ⇒ AttributeValue
constructor
private
A new instance of AttributeValue.
- #unmarshal(value) ⇒ Object private
Constructor Details
#initialize ⇒ AttributeValue
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of AttributeValue.
12 13 14 |
# File 'lib/aws-sdk-dynamodbstreams/attribute_value.rb', line 12 def initialize @unmarshaler = Unmarshaler.new end |
Instance Method Details
#unmarshal(value) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
16 17 18 |
# File 'lib/aws-sdk-dynamodbstreams/attribute_value.rb', line 16 def unmarshal(value) @unmarshaler.format(value) end |