class Amazonite::DynamoDBV2::Get

Included Modules

Defined in:

dynamodb_v2/get.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : Hash(String, AttributeValue), table_name : String, projection_expression : String | Nil = nil, expression_attribute_names : Hash(String, String) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def expression_attribute_names : Hash(String, String) | Nil #

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

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

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

[View source]
def projection_expression : String | Nil #

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

[View source]
def table_name : String #

[View source]
def table_name=(table_name : String) #

[View source]