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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attributes_to_get
Sourceconsistent_read
Sourceexpression_attribute_names
Sourcekey
Sourceprojection_expression
Sourcereturn_consumed_capacity
Sourcereturn_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
Sourcetable_name
Source