AWSIoTDescribeCertificateResponse
Objective-C
@interface AWSIoTDescribeCertificateResponse
Swift
class AWSIoTDescribeCertificateResponse
The output of the DescribeCertificate operation.
-
The description of the certificate.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTCertificateDescription *_Nullable certificateDescription;
Swift
var certificateDescription: AWSIoTCertificateDescription? { get set }