Class: Aws::NetworkFirewall::Types::ProxyRuleGroupPriorityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRuleGroupPriorityResult
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Proxy rule group along with its priority.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
Priority of the proxy rule group in the proxy configuration.
-
#proxy_rule_group_name ⇒ String
The descriptive name of the proxy rule group.
Instance Attribute Details
#priority ⇒ Integer
Priority of the proxy rule group in the proxy configuration.
6194 6195 6196 6197 6198 6199 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6194 class ProxyRuleGroupPriorityResult < Struct.new( :proxy_rule_group_name, :priority) SENSITIVE = [] include Aws::Structure end |
#proxy_rule_group_name ⇒ String
The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
6194 6195 6196 6197 6198 6199 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6194 class ProxyRuleGroupPriorityResult < Struct.new( :proxy_rule_group_name, :priority) SENSITIVE = [] include Aws::Structure end |