AWSElasticLoadBalancingRevocationType

Objective-C

NS_ENUM(NSInteger, AWSElasticLoadBalancingRevocationType) {
    AWSElasticLoadBalancingRevocationTypeUnknown,
    AWSElasticLoadBalancingRevocationTypeCrl,
}

Swift

enum AWSElasticLoadBalancingRevocationType : Int, @unchecked Sendable

Undocumented