Class: Mara::Model::LocalSecondaryIndex

Inherits:
Struct
  • Object
show all
Defined in:
lib/mara/model/dsl.rb

Overview

Represents a DynamoDB Local Secondary Index.

See Also:

Since:

  • 1.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#key_nameString

The name of the LSI sort_key.

Returns:

  • (String)


28
# File 'lib/mara/model/dsl.rb', line 28

LocalSecondaryIndex = Struct.new(:name, :key_name)

#nameString

The name of the index.

Returns:

  • (String)


28
# File 'lib/mara/model/dsl.rb', line 28

LocalSecondaryIndex = Struct.new(:name, :key_name)