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.
| 3355 3356 3357 3358 3359 3360 | # File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3355 class RulePriorityPair < Struct.new( :rule_arn, :priority) SENSITIVE = [] include Aws::Structure end | 
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
| 3355 3356 3357 3358 3359 3360 | # File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3355 class RulePriorityPair < Struct.new( :rule_arn, :priority) SENSITIVE = [] include Aws::Structure end |