Class: Aws::NetworkFirewall::Types::CapacityUsageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::CapacityUsageSummary
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
The capacity usage summary of the resources used by the ReferenceSets in a firewall.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cid_rs ⇒ Types::CIDRSummary
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
Instance Attribute Details
#cid_rs ⇒ Types::CIDRSummary
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
416 417 418 419 420 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 416 class CapacityUsageSummary < Struct.new( :cid_rs) SENSITIVE = [] include Aws::Structure end |