UntagCertificateAuthorityRequest
public struct UntagCertificateAuthorityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
Declaration
Swift
public let certificateAuthorityArn: String
-
List of tags to be removed from the CA.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(certificateAuthorityArn: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws