- Navigation Guide
@aws-sdk/client-opensearch
ListVpcEndpointsCommandOutput Interface
The output of ListVpcEndpointsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken Required | string | undefined | When |
VpcEndpointSummaryList Required | VpcEndpointSummary[] | undefined | Information about each endpoint. |
Full Signature
export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, MetadataBearer