- Navigation Guide
@aws-sdk/client-keyspaces
ListTablesCommandOutput Interface
The output of ListTablesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
nextToken | string | undefined | A token to specify where to start paginating. This is the |
tables | TableSummary[] | undefined | A list of tables. |
Full Signature
export interface ListTablesCommandOutput extends ListTablesResponse, MetadataBearer