AWSElasticLoadBalancingDescribeTrustStoreRevocationsOutput
Objective-C
@interface AWSElasticLoadBalancingDescribeTrustStoreRevocationsOutput
Swift
class AWSElasticLoadBalancingDescribeTrustStoreRevocationsOutput
-
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }
-
Information about the revocation file in the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingDescribeTrustStoreRevocation *> *_Nullable trustStoreRevocations;
Swift
var trustStoreRevocations: [AWSElasticLoadBalancingDescribeTrustStoreRevocation]? { get set }