@aws-sdk/client-glue

GetEntityRecordsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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