AWSElasticLoadBalancingRemoveTrustStoreRevocationsInput
Objective-C
@interface AWSElasticLoadBalancingRemoveTrustStoreRevocationsInput
Swift
class AWSElasticLoadBalancingRemoveTrustStoreRevocationsInput
-
The revocation IDs of the revocation files you want to remove.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSNumber *> *_Nullable revocationIds;Swift
var revocationIds: [NSNumber]? { 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
AWSElasticLoadBalancingRemoveTrustStoreRevocationsInput Class Reference