Class: Aws::NetworkFirewall::Types::ProxyRulePriority
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRulePriority
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Proxy rule name and new desired position.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_position ⇒ Integer
Where to move a proxy rule in a proxy rule group.
-
#proxy_rule_name ⇒ String
The descriptive name of the proxy rule.
Instance Attribute Details
#new_position ⇒ Integer
Where to move a proxy rule in a proxy rule group.
6214 6215 6216 6217 6218 6219 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6214 class ProxyRulePriority < Struct.new( :proxy_rule_name, :new_position) SENSITIVE = [] include Aws::Structure end |
#proxy_rule_name ⇒ String
The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.
6214 6215 6216 6217 6218 6219 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6214 class ProxyRulePriority < Struct.new( :proxy_rule_name, :new_position) SENSITIVE = [] include Aws::Structure end |