Class: Aws::NetworkFirewall::Types::ProxyRuleGroupPriority

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#new_positionInteger

Where to move a proxy rule group in a proxy configuration.

Returns:

  • (Integer)


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_nameString

The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.

Returns:

  • (String)


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