AcceptCertificateTransferRequest
public struct AcceptCertificateTransferRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Declaration
Swift
public let certificateId: String
-
Specifies whether the certificate is active.
Declaration
Swift
public let setAsActive: Bool?
-
Undocumented
Declaration
Swift
public init(certificateId: String, setAsActive: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws