- Navigation Guide
@aws-sdk/client-opensearch
DescribeOutboundConnectionsCommandOutput Interface
The output of DescribeOutboundConnectionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Connections | OutboundConnection[] | undefined | List of outbound connections that match the filter criteria. |
NextToken | string | undefined | When |
Full Signature
export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutboundConnectionsResponse, MetadataBearer