AWSElasticLoadBalancingAddTrustStoreRevocationsInput
Objective-C
@interface AWSElasticLoadBalancingAddTrustStoreRevocationsInput
Swift
class AWSElasticLoadBalancingAddTrustStoreRevocationsInput
-
The revocation file to add.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingRevocationContent *> *_Nullable revocationContents;Swift
var revocationContents: [AWSElasticLoadBalancingRevocationContent]? { 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
AWSElasticLoadBalancingAddTrustStoreRevocationsInput Class Reference