DescribeCertificateAuthorityAuditReportResponse
public struct DescribeCertificateAuthorityAuditReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether report creation is in progress, has succeeded, or has failed.
Declaration
Swift
public let auditReportStatus: AuditReportStatus? -
The date and time at which the report was created.
Declaration
Swift
public let createdAt: TimeStamp? -
Name of the S3 bucket that contains the report.
Declaration
Swift
public let s3BucketName: String? -
S3 key that uniquely identifies the report file in your S3 bucket.
Declaration
Swift
public let s3Key: String? -
Undocumented
Declaration
Swift
public init(auditReportStatus: AuditReportStatus? = nil, createdAt: TimeStamp? = nil, s3BucketName: String? = nil, s3Key: String? = nil)
View on GitHub
DescribeCertificateAuthorityAuditReportResponse Structure Reference