Certificate
public struct Certificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the certificate.
Declaration
Swift
public let certificateArn: String? -
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Declaration
Swift
public let certificateId: String? -
The mode of the certificate.
Declaration
Swift
public let certificateMode: CertificateMode? -
The date and time the certificate was created.
Declaration
Swift
public let creationDate: TimeStamp? -
The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.
Declaration
Swift
public let status: CertificateStatus? -
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, certificateId: String? = nil, certificateMode: CertificateMode? = nil, creationDate: TimeStamp? = nil, status: CertificateStatus? = nil)
View on GitHub
Certificate Structure Reference