class

Amazonite::DynamoDBV2::KeysAndAttributes

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

attributes_to_get
Source
attributes_to_get=(attributes_to_get : Array(String) | Nil)
Source
consistent_read
Source
consistent_read=(consistent_read : Bool | Nil)
Source
expression_attribute_names
Source
expression_attribute_names=(expression_attribute_names : Hash(String, String) | Nil)
Source
keys
Source
keys=(keys : Array(Hash(String, AttributeValue)))
Source
projection_expression
Source
projection_expression=(projection_expression : String | Nil)
Source