Class: Aws::NetworkFirewall::Types::IPSetMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::IPSetMetadata
- 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
-
#resolved_cidr_count ⇒ Integer
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall.
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
.
2316 2317 2318 2319 2320 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2316 class IPSetMetadata < Struct.new( :resolved_cidr_count) SENSITIVE = [] include Aws::Structure end |