- Navigation Guide
@aws-sdk/client-quicksight
ListAnalysesCommandOutput Interface
The output of ListAnalysesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
AnalysisSummaryList | AnalysisSummary[] | undefined | Metadata describing each of the analyses that are listed. |
NextToken | string | undefined | A pagination token that can be used in a subsequent request. |
RequestId | string | undefined | The Amazon Web Services request ID for this operation. |
Status | number | undefined | The HTTP status of the request. |
Full Signature
export interface ListAnalysesCommandOutput extends ListAnalysesResponse, MetadataBearer