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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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>)


2271
2272
2273
2274
2275
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2271

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