class Amazonite::DynamoDBV2::AttributeValue

Included Modules

Defined in:

dynamodb_v2/attribute_value.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(s : String | Nil = nil, n : String | Nil = nil, b : String | Nil = nil, ss : Array(String) | Nil = nil, ns : Array(String) | Nil = nil, bs : Array(String) | Nil = nil, m : Hash(String, AttributeValue) | Nil = nil, l : Array(AttributeValue) | Nil = nil, null : Bool | Nil = nil, bool : Bool | Nil = nil) #

[View source]

Instance Method Detail

def b : String | Nil #

[View source]
def b=(b : String | Nil) #

[View source]
def bool : Bool | Nil #

[View source]
def bool=(bool : Bool | Nil) #

[View source]
def bs : Array(String) | Nil #

[View source]
def bs=(bs : Array(String) | Nil) #

[View source]
def l : Array(AttributeValue) | Nil #

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

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

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

[View source]
def n : String | Nil #

[View source]
def n=(n : String | Nil) #

[View source]
def ns : Array(String) | Nil #

[View source]
def ns=(ns : Array(String) | Nil) #

[View source]
def null : Bool | Nil #

[View source]
def null=(null : Bool | Nil) #

[View source]
def s : String | Nil #

[View source]
def s=(s : String | Nil) #

[View source]
def ss : Array(String) | Nil #

[View source]
def ss=(ss : Array(String) | Nil) #

[View source]