DeleteCertificateRequest
public struct DeleteCertificateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the certificate to delete. Use the GetCertificates action to get a list of certificate names that you can specify.
Declaration
Swift
public let certificateName: String
-
Undocumented
Declaration
Swift
public init(certificateName: String)