AWSElasticLoadBalancingRevocationType
Objective-C
NS_ENUM(NSInteger, AWSElasticLoadBalancingRevocationType) {
AWSElasticLoadBalancingRevocationTypeUnknown,
AWSElasticLoadBalancingRevocationTypeCrl,
}
Swift
enum AWSElasticLoadBalancingRevocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSElasticLoadBalancingRevocationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSElasticLoadBalancingRevocationTypeCrlSwift
case crl = 1
View on GitHub
Install in Dash
AWSElasticLoadBalancingRevocationType Enumeration Reference