AWSElasticLoadBalancingRevocationType
Objective-C
NS_ENUM(NSInteger, AWSElasticLoadBalancingRevocationType) {
AWSElasticLoadBalancingRevocationTypeUnknown,
AWSElasticLoadBalancingRevocationTypeCrl,
}
Swift
enum AWSElasticLoadBalancingRevocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSElasticLoadBalancingRevocationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSElasticLoadBalancingRevocationTypeCrl
Swift
case crl = 1