struct Aws::DynamoDB::Types::AttributeValue

Included Modules

Defined in:

aws-dynamodb/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def [](key) #

[View source]
def b : String | Nil #

[View source]
def bool : Bool | Nil #

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

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

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

[View source]
def n : Float64 | Nil #

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

[View source]
def null : Bool | Nil #

[View source]
def s : String | Nil #

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

[View source]