enum AWS::DynamoDB::Operation

Overview

Represents the supported AWS DynamoDB operations (note: this is not exhaustive).

Defined in:

aws/dynamodb.cr

Enum Members

GetItem = 0
PutItem = 1
DeleteItem = 2

Instance Method Summary

Instance Method Detail

def delete_item? #

[View source]
def get_item? #

[View source]
def put_item? #

[View source]