Class: Aws::NetworkFirewall::Types::RuleVariables

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Settings that are available for use in the rules in the RuleGroup where this is defined. See CreateRuleGroup or UpdateRuleGroup for usage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_setsHash<String,Types::IPSet>

A list of IP addresses and address ranges, in CIDR notation.

Returns:



5108
5109
5110
5111
5112
5113
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5108

class RuleVariables < Struct.new(
  :ip_sets,
  :port_sets)
  SENSITIVE = []
  include Aws::Structure
end

#port_setsHash<String,Types::PortSet>

A list of port ranges.

Returns:



5108
5109
5110
5111
5112
5113
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5108

class RuleVariables < Struct.new(
  :ip_sets,
  :port_sets)
  SENSITIVE = []
  include Aws::Structure
end