Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table
Source:R/dynamodb_operations.R
dynamodb_describe_table.RdReturns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
See https://www.paws-r-sdk.com/docs/dynamodb_describe_table/ for full documentation.