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

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

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)


2288
2289
2290
2291
2292
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2288

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