menu
aws_dynamodb_api package
documentation
dynamodb-2012-08-10.dart
CreateGlobalSecondaryIndexAction
keySchema property
keySchema property
dark_mode
light_mode
keySchema
property
List
<
KeySchemaElement
>
keySchema
final
The key schema for the global secondary index.
Implementation
final List<KeySchemaElement> keySchema;
aws_dynamodb_api package
documentation
dynamodb-2012-08-10
CreateGlobalSecondaryIndexAction
keySchema property
CreateGlobalSecondaryIndexAction class