- Navigation Guide
@aws-sdk/client-iam
ListSigningCertificatesCommandOutput Interface
The output of ListSigningCertificatesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Certificates Required | SigningCertificate[] | undefined | A list of the user's signing certificate information. |
IsTruncated | boolean | undefined | A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the |
Marker | string | undefined | When |
Full Signature
export interface ListSigningCertificatesCommandOutput extends ListSigningCertificatesResponse, MetadataBearer