Class: Aws::NetworkFirewall::Types::CapacityUsageSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cid_rsTypes::CIDRSummary

Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.

Returns:



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