AWSElasticLoadBalancingGetTrustStoreRevocationContentInput
Objective-C
@interface AWSElasticLoadBalancingGetTrustStoreRevocationContentInput
Swift
class AWSElasticLoadBalancingGetTrustStoreRevocationContentInput
-
The revocation ID of the revocation file.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable revocationId;
Swift
var revocationId: 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 }