- Navigation Guide
@aws-sdk/client-resource-groups-tagging-api
GetComplianceSummaryCommandOutput Interface
The output of GetComplianceSummaryCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
PaginationToken | string | undefined | A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the |
SummaryList | Summary[] | undefined | A table that shows counts of noncompliant resources. |
Full Signature
export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryOutput, MetadataBearer