DeleteCertificateRequest
public struct DeleteCertificateRequest : 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
-
Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.
Declaration
Swift
public let forceDelete: Bool?
-
Undocumented
Declaration
Swift
public init(certificateId: String, forceDelete: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws