class
Amazonite::DynamoDB::ItemResponse
- Amazonite::DynamoDB::ItemResponse
- Reference
- Object
Overview
Details for the requested item.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/item_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#item : Hash(String, AttributeValue) | Nil
Map of attribute data consisting of the data type and attribute value.
-
#item=(item : Hash(String, AttributeValue) | Nil)
Map of attribute data consisting of the data type and attribute value.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def item : Hash(String, AttributeValue) | Nil
#
Map of attribute data consisting of the data type and attribute value.
def item=(item : Hash(String, AttributeValue) | Nil)
#
Map of attribute data consisting of the data type and attribute value.