AWSElasticLoadBalancingRulePriorityPair
Objective-C
@interface AWSElasticLoadBalancingRulePriorityPair
Swift
class AWSElasticLoadBalancingRulePriorityPair
Information about the priorities for the rules for a listener.
-
The rule priority.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable priority;
Swift
var priority: NSNumber? { get set }
-
The Amazon Resource Name (ARN) of the rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleArn;
Swift
var ruleArn: String? { get set }