Certificate
public struct Certificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the certificate.
Declaration
Swift
public let certificateId: String?
-
The common name for the certificate.
Declaration
Swift
public let commonName: String?
-
The date and time when the certificate will expire.
Declaration
Swift
public let expiryDateTime: TimeStamp?
-
The date and time that the certificate was registered.
Declaration
Swift
public let registeredDateTime: TimeStamp?
-
The state of the certificate.
Declaration
Swift
public let state: CertificateState?
-
Describes a state change for the certificate.
Declaration
Swift
public let stateReason: String?
-
Undocumented
Declaration
Swift
public init(certificateId: String? = nil, commonName: String? = nil, expiryDateTime: TimeStamp? = nil, registeredDateTime: TimeStamp? = nil, state: CertificateState? = nil, stateReason: String? = nil)