Class: Aws::NetworkFirewall::Types::RuleVariables
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::RuleVariables
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Settings that are available for use in the rules in the RuleGroup where this is defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_sets ⇒ Hash<String,Types::IPSet>
A list of IP addresses and address ranges, in CIDR notation.
-
#port_sets ⇒ Hash<String,Types::PortSet>
A list of port ranges.
Instance Attribute Details
#ip_sets ⇒ Hash<String,Types::IPSet>
A list of IP addresses and address ranges, in CIDR notation.
3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3370 class RuleVariables < Struct.new( :ip_sets, :port_sets) SENSITIVE = [] include Aws::Structure end |
#port_sets ⇒ Hash<String,Types::PortSet>
A list of port ranges.
3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3370 class RuleVariables < Struct.new( :ip_sets, :port_sets) SENSITIVE = [] include Aws::Structure end |