Class: Aws::NetworkFirewall::Types::IPSetMetadata

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

Overview

General information about the IP set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resolved_cidr_count ⇒ Integer

Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.

Returns:

  • (Integer)


4988
4989
4990
4991
4992
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4988

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