CertificateValidity
public struct CertificateValidity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The certificate is not valid after this date.
Declaration
Swift
public let notAfter: TimeStamp? -
The certificate is not valid before this date.
Declaration
Swift
public let notBefore: TimeStamp?
View on GitHub
CertificateValidity Structure Reference