pub const AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES: &'static str;
Expand description

The JSON-serialized value of each item of the LocalSecondaryIndexes request field.

ยงExamples

  • { "IndexArn": "string", "IndexName": "string", "IndexSizeBytes": number, "ItemCount": number, "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "Projection": { "NonKeyAttributes": [ "string" ], "ProjectionType": "string" } }