AWSElasticLoadBalancingAddTrustStoreRevocationsOutput
Objective-C
@interface AWSElasticLoadBalancingAddTrustStoreRevocationsOutput
Swift
class AWSElasticLoadBalancingAddTrustStoreRevocationsOutput
-
Information about the revocation file added to the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingTrustStoreRevocation *> *_Nullable trustStoreRevocations;
Swift
var trustStoreRevocations: [AWSElasticLoadBalancingTrustStoreRevocation]? { get set }