class Amazonite::DynamoDBV2::LocalSecondaryIndex

Included Modules

Defined in:

dynamodb_v2/local_secondary_index.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index_name : String, key_schema : Array(KeySchemaElement), projection : Projection) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def index_name : String #

[View source]
def index_name=(index_name : String) #

[View source]
def key_schema : Array(KeySchemaElement) #

[View source]
def key_schema=(key_schema : Array(KeySchemaElement)) #

[View source]
def projection : Projection #

[View source]
def projection=(projection : Projection) #

[View source]