Class: Aws::NetworkFirewall::Types::ProxyRulePriority

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

Instance Attribute Details

#new_positionInteger

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

Returns:

  • (Integer)


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_nameString

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

Returns:

  • (String)


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