@aws-sdk/client-quicksight

ListVPCConnectionsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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 VPCConnectionSummaries object that returns a summary of VPC connection objects.

Full Signature

export interface ListVPCConnectionsCommandOutput extends ListVPCConnectionsResponse, MetadataBearer