class Amazonite::DynamoDBV2::LocalSecondaryIndexInfo

Included Modules

Defined in:

dynamodb_v2/local_secondary_index_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil) #

[View source]

Instance Method Detail

def index_name : String | Nil #

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

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

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

[View source]
def projection : Projection | Nil #

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

[View source]