AWSElasticLoadBalancingTrustStoreRevocation
Objective-C
@interface AWSElasticLoadBalancingTrustStoreRevocation
Swift
class AWSElasticLoadBalancingTrustStoreRevocation
Information about a revocation file in use by a trust store.
-
The number of revoked certificates.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfRevokedEntries;Swift
var numberOfRevokedEntries: NSNumber? { get set } -
The revocation ID of the revocation file.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable revocationId;Swift
var revocationId: NSNumber? { get set } -
The type of revocation file.
Declaration
Objective-C
@property (nonatomic) AWSElasticLoadBalancingRevocationType revocationType;Swift
var revocationType: AWSElasticLoadBalancingRevocationType { get set } -
The Amazon Resource Name (ARN) of the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trustStoreArn;Swift
var trustStoreArn: String? { get set }
View on GitHub
Install in Dash
AWSElasticLoadBalancingTrustStoreRevocation Class Reference