class Aws::DynamoDB::Types::LocalSecondaryIndexInfo


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/LocalSecondaryIndexInfo AWS API Documentation
@return [Types::Projection]
automatically projected.
primary key attributes and index key attributes, which are
into the global secondary index. These are in addition to the
Represents attributes that are copied (projected) from the table
@!attribute [rw] projection
@return [Array<Types::KeySchemaElement>]
</note>
order by the sort key value.
with the same partition key physically close together, in sorted
term “range attribute” derives from the way DynamoDB stores items
The sort key of an item is also known as its *range attribute*. The
partitions, based on their partition key values.
internal hash function to evenly distribute data items across
The term “hash attribute” derives from DynamoDB’ usage of an
<note markdown=“1”> The partition key of an item is also known as its *hash attribute*.
* ‘RANGE` - sort key
* `HASH` - partition key
of one or more pairs of attribute names and key types:
The complete key schema for a local secondary index, which consists
@!attribute [rw] key_schema
@return [String]
Represents the name of the local secondary index.
@!attribute [rw] index_name
when the backup was created.
Represents the properties of a local secondary index for the table