Amazonite::DynamoDBV2::DeleteItemInput
Inherits JSON::Serializable < Reference < Object
Constructors
new(table_name : String, key : Hash(String, AttributeValue), expected : Hash(String, ExpectedAttributeValue) | Nil = nil, conditional_operator : ConditionalOperator | Nil = nil, return_values : ReturnValue | Nil = nil, return_consumed_capacity : ReturnConsumedCapacity | Nil = nil, return_item_collection_metrics : ReturnItemCollectionMetrics | Nil = nil, condition_expression : String | Nil = nil, expression_attribute_names : Hash(String, String) | Nil = nil, expression_attribute_values : Hash(String, AttributeValue) | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
condition_expression
Sourceconditional_operator
Sourceconditional_operator=(conditional_operator : ConditionalOperator | Nil)
Sourceexpected
Sourceexpression_attribute_names
Sourceexpression_attribute_values
Sourcekey
Sourcereturn_consumed_capacity
Sourcereturn_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
Sourcereturn_item_collection_metrics
Sourcereturn_item_collection_metrics=(return_item_collection_metrics : ReturnItemCollectionMetrics | Nil)
Sourcereturn_values
Sourcereturn_values=(return_values : ReturnValue | Nil)
Sourcetable_name
Source