AWSElasticLoadBalancingCipher
Objective-C
@interface AWSElasticLoadBalancingCipher
Swift
class AWSElasticLoadBalancingCipher
Information about a cipher used in a policy.
-
The name of the cipher.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The priority of the cipher.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable priority;
Swift
var priority: NSNumber? { get set }