CertificateDescription
public struct CertificateDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The certificate ID of the CA certificate used to sign this certificate.
Declaration
Swift
public let caCertificateId: String?
-
The ARN of the certificate.
Declaration
Swift
public let certificateArn: String?
-
The ID of the certificate.
Declaration
Swift
public let certificateId: String?
-
The mode of the certificate.
Declaration
Swift
public let certificateMode: CertificateMode?
-
The certificate data, in PEM format.
Declaration
Swift
public let certificatePem: String?
-
The date and time the certificate was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The customer version of the certificate.
Declaration
Swift
public let customerVersion: Int?
-
The generation ID of the certificate.
Declaration
Swift
public let generationId: String?
-
The date and time the certificate was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The ID of the AWS account that owns the certificate.
Declaration
Swift
public let ownedBy: String?
-
The ID of the AWS account of the previous owner of the certificate.
Declaration
Swift
public let previousOwnedBy: String?
-
The status of the certificate.
Declaration
Swift
public let status: CertificateStatus?
-
The transfer data.
Declaration
Swift
public let transferData: TransferData?
-
When the certificate is valid.
Declaration
Swift
public let validity: CertificateValidity?
-
init(caCertificateId:certificateArn:certificateId:certificateMode:certificatePem:creationDate:customerVersion:generationId:lastModifiedDate:ownedBy:previousOwnedBy:status:transferData:validity:)
Undocumented
Declaration
Swift
public init(caCertificateId: String? = nil, certificateArn: String? = nil, certificateId: String? = nil, certificateMode: CertificateMode? = nil, certificatePem: String? = nil, creationDate: TimeStamp? = nil, customerVersion: Int? = nil, generationId: String? = nil, lastModifiedDate: TimeStamp? = nil, ownedBy: String? = nil, previousOwnedBy: String? = nil, status: CertificateStatus? = nil, transferData: TransferData? = nil, validity: CertificateValidity? = nil)