CreateCertificateAuthorityAuditReportResponse
public struct CreateCertificateAuthorityAuditReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An alphanumeric string that contains a report identifier.
Declaration
Swift
public let auditReportId: String? -
The key that uniquely identifies the report file in your S3 bucket.
Declaration
Swift
public let s3Key: String? -
Undocumented
Declaration
Swift
public init(auditReportId: String? = nil, s3Key: String? = nil)
View on GitHub
CreateCertificateAuthorityAuditReportResponse Structure Reference