class Amazonite::DynamoDBV2::AttributeValueUpdate

Included Modules

Defined in:

dynamodb_v2/attribute_value_update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(value : AttributeValue | Nil = nil, action : AttributeAction | Nil = nil) #

[View source]

Instance Method Detail

def action : AttributeAction | Nil #

[View source]
def action=(action : AttributeAction | Nil) #

[View source]
def value : AttributeValue | Nil #

[View source]
def value=(value : AttributeValue | Nil) #

[View source]