Class: Aws::NetworkFirewall::Types::IPSet

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

Overview

A list of IP addresses and address ranges, in CIDR notation. This is part of a RuleVariables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionArray<String>

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

Returns:

  • (Array<String>)


2299
2300
2301
2302
2303
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2299

class IPSet < Struct.new(
  :definition)
  SENSITIVE = []
  include Aws::Structure
end