AWSElasticLoadBalancingDescribeTrustStoreRevocation
Objective-C
@interface AWSElasticLoadBalancingDescribeTrustStoreRevocation
Swift
class AWSElasticLoadBalancingDescribeTrustStoreRevocation
Information about the revocations used 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 a revocation file in use.
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 }