#[non_exhaustive]pub struct CapacityUsageSummary { /* private fields */ }
Expand description
The capacity usage summary of the resources used by the ReferenceSets
in a firewall.
Implementations§
source§impl CapacityUsageSummary
impl CapacityUsageSummary
sourcepub fn cid_rs(&self) -> Option<&CidrSummary>
pub fn cid_rs(&self) -> Option<&CidrSummary>
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
source§impl CapacityUsageSummary
impl CapacityUsageSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CapacityUsageSummary
.
Trait Implementations§
source§impl Clone for CapacityUsageSummary
impl Clone for CapacityUsageSummary
source§fn clone(&self) -> CapacityUsageSummary
fn clone(&self) -> CapacityUsageSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CapacityUsageSummary
impl Debug for CapacityUsageSummary
source§impl PartialEq<CapacityUsageSummary> for CapacityUsageSummary
impl PartialEq<CapacityUsageSummary> for CapacityUsageSummary
source§fn eq(&self, other: &CapacityUsageSummary) -> bool
fn eq(&self, other: &CapacityUsageSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.