- Navigation Guide
@aws-sdk/client-glue
GetEntityRecordsCommandOutput Interface
The output of GetEntityRecordsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken | string | undefined | A continuation token, present if the current segment is not the last. |
Records | __DocumentType[] | undefined | A list of the requested objects. |
Full Signature
export interface GetEntityRecordsCommandOutput extends GetEntityRecordsResponse, MetadataBearer