class Aws::DynamoDB::Types::LocalSecondaryIndexDescription


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/LocalSecondaryIndexDescription AWS API Documentation
@return [String]
The Amazon Resource Name (ARN) that uniquely identifies the index.
@!attribute [rw] index_arn
@return [Integer]
reflected in this value.
value approximately every six hours. Recent changes might not be
The number of items in the specified index. DynamoDB updates this
@!attribute [rw] item_count
@return [Integer]
be reflected in this value.
this value approximately every six hours. Recent changes might not
The total size of the specified index, in bytes. DynamoDB updates
@!attribute [rw] index_size_bytes
@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’s 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
one or more pairs of attribute names and key types:
The complete key schema for the local secondary index, consisting of
@!attribute [rw] key_schema
@return [String]
Represents the name of the local secondary index.
@!attribute [rw] index_name
Represents the properties of a local secondary index.