GetCertificateResponse
public struct GetCertificateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ACM-issued certificate corresponding to the ARN specified as input.
Declaration
Swift
public let certificate: String?
-
Certificates forming the requested certificate’s chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
Declaration
Swift
public let certificateChain: String?
-
Undocumented
Declaration
Swift
public init(certificate: String? = nil, certificateChain: String? = nil)