DescribeCertificateAuthorityAuditReportResponse class

Constructors

DescribeCertificateAuthorityAuditReportResponse({AuditReportStatus? auditReportStatus, DateTime? createdAt, String? s3BucketName, String? s3Key})
DescribeCertificateAuthorityAuditReportResponse.fromJson(Map<String, dynamic> json)
factory

Properties

auditReportStatus AuditReportStatus?
Specifies whether report creation is in progress, has succeeded, or has failed.
final
createdAt DateTime?
The date and time at which the report was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketName String?
Name of the S3 bucket that contains the report.
final
s3Key String?
S3 key that uniquely identifies the report file in your S3 bucket.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited