Class: Aws::NetworkFirewall::Types::ProxyRuleGroupPriority
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRuleGroupPriority
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Proxy rule group name and new desired position.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_position ⇒ Integer
Where to move a proxy rule group in a proxy configuration.
-
#proxy_rule_group_name ⇒ String
The descriptive name of the proxy rule group.
Instance Attribute Details
#new_position ⇒ Integer
Where to move a proxy rule group in a proxy configuration.
6174 6175 6176 6177 6178 6179 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6174 class ProxyRuleGroupPriority < Struct.new( :proxy_rule_group_name, :new_position) 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.
6174 6175 6176 6177 6178 6179 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6174 class ProxyRuleGroupPriority < Struct.new( :proxy_rule_group_name, :new_position) SENSITIVE = [] include Aws::Structure end |