GetCertificateAuthorityCertificateResponse
public struct GetCertificateAuthorityCertificateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Base64-encoded certificate authority (CA) certificate.
Declaration
Swift
public let certificate: String?
-
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.
Declaration
Swift
public let certificateChain: String?
-
Undocumented
Declaration
Swift
public init(certificate: String? = nil, certificateChain: String? = nil)