- Navigation Guide
@aws-sdk/client-quicksight
ListVPCConnectionsCommandOutput Interface
The output of ListVPCConnectionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken | string | undefined | The token for the next set of results, or null if there are no more results. |
RequestId | string | undefined | The Amazon Web Services request ID for this operation. |
Status | number | undefined | The HTTP status of the request. |
VPCConnectionSummaries | VPCConnectionSummary[] | undefined | A |
Full Signature
export interface ListVPCConnectionsCommandOutput extends ListVPCConnectionsResponse, MetadataBearer