CreateCertificateAuthorityResponse
public struct CreateCertificateAuthorityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
Declaration
Swift
public let certificateAuthorityArn: String?
-
Undocumented
Declaration
Swift
public init(certificateAuthorityArn: String? = nil)