- Navigation Guide
@aws-sdk/client-quicksight
UpdateDashboardLinksCommandOutput Interface
The output of UpdateDashboardLinksCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
DashboardArn | string | undefined | The Amazon Resource Name (ARN) of the dashboard. |
LinkEntities | string[] | undefined | A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard. |
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 UpdateDashboardLinksCommandOutput extends UpdateDashboardLinksResponse, MetadataBearer