class

Amazonite::DynamoDBV2::GetItemInput

Inherits JSON::Serializable < Reference < Object

Constructors

new(table_name : String, key : Hash(String, AttributeValue), attributes_to_get : Array(String) | Nil = nil, consistent_read : Bool | Nil = nil, return_consumed_capacity : ReturnConsumedCapacity | 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
key=(key : Hash(String, AttributeValue))
Source
projection_expression
Source
projection_expression=(projection_expression : String | Nil)
Source
return_consumed_capacity
Source
return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
Source
table_name
Source
table_name=(table_name : String)
Source