AWSEC2ExportClientVpnClientCertificateRevocationListResult
Objective-C
@interface AWSEC2ExportClientVpnClientCertificateRevocationListResult
Swift
class AWSEC2ExportClientVpnClientCertificateRevocationListResult
-
Information about the client certificate revocation list.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateRevocationList;Swift
var certificateRevocationList: String? { get set } -
The current state of the client certificate revocation list.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ClientCertificateRevocationListStatus *_Nullable status;Swift
var status: AWSEC2ClientCertificateRevocationListStatus? { get set }
View on GitHub
Install in Dash
AWSEC2ExportClientVpnClientCertificateRevocationListResult Class Reference