class Amazonite::DynamoDBV2::ItemResponse

Included Modules

Defined in:

dynamodb_v2/item_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(item : Hash(String, AttributeValue) | Nil = nil) #

[View source]

Instance Method Detail

def item : Hash(String, AttributeValue) | Nil #

[View source]
def item=(item : Hash(String, AttributeValue) | Nil) #

[View source]