DescribeCertificateAuthorityAuditReportResponse constructor
DescribeCertificateAuthorityAuditReportResponse({
- AuditReportStatus? auditReportStatus,
- DateTime? createdAt,
- String? s3BucketName,
- String? s3Key,
Implementation
DescribeCertificateAuthorityAuditReportResponse({
this.auditReportStatus,
this.createdAt,
this.s3BucketName,
this.s3Key,
});