Class: Aws::NetworkFirewall::Types::ProxyRuleGroupPriorityResult

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

Instance Attribute Details

#priorityInteger

Priority of the proxy rule group in the proxy configuration.

Returns:

  • (Integer)


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_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)


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