class Amazonite::DynamoDBV2::KeysAndAttributes

Included Modules

Defined in:

dynamodb_v2/keys_and_attributes.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(keys : Array(Hash(String, AttributeValue)), attributes_to_get : Array(String) | Nil = nil, consistent_read : Bool | Nil = nil, projection_expression : String | Nil = nil, expression_attribute_names : Hash(String, String) | Nil = nil) #

[View source]

Instance Method Detail

def attributes_to_get : Array(String) | Nil #

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

[View source]
def consistent_read : Bool | Nil #

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

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

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

[View source]
def keys : Array(Hash(String, AttributeValue)) #

[View source]
def keys=(keys : Array(Hash(String, AttributeValue))) #

[View source]
def projection_expression : String | Nil #

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

[View source]