- Navigation Guide
@aws-sdk/client-quicksight
DeleteAnalysisCommandOutput Interface
The output of DeleteAnalysisCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
AnalysisId | string | undefined | The ID of the deleted analysis. |
Arn | string | undefined | The Amazon Resource Name (ARN) of the deleted analysis. |
DeletionTime | Date | undefined | The date and time that the analysis is scheduled to be deleted. |
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 DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, MetadataBearer