CACertificate
public struct CACertificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the CA certificate.
Declaration
Swift
public let certificateArn: String?
-
The ID of the CA certificate.
Declaration
Swift
public let certificateId: String?
-
The date the CA certificate was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.
Declaration
Swift
public let status: CACertificateStatus?
-
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, certificateId: String? = nil, creationDate: TimeStamp? = nil, status: CACertificateStatus? = nil)