Class: Aws::ElasticLoadBalancingV2::Types::RulePriorityPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::RulePriorityPair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about the priorities for the rules for a listener.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
The rule priority.
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
Instance Attribute Details
#priority ⇒ Integer
The rule priority.
3546 3547 3548 3549 3550 3551 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3546 class RulePriorityPair < Struct.new( :rule_arn, :priority) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
3546 3547 3548 3549 3550 3551 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3546 class RulePriorityPair < Struct.new( :rule_arn, :priority) SENSITIVE = [] include Aws::Structure end |