Struct aws_sdk_ssm::types::InventoryGroup
source · #[non_exhaustive]pub struct InventoryGroup { /* private fields */ }Expand description
A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
Implementations§
source§impl InventoryGroup
impl InventoryGroup
sourcepub fn filters(&self) -> Option<&[InventoryFilter]>
pub fn filters(&self) -> Option<&[InventoryFilter]>
Filters define the criteria for the group. The matchingCount field displays the number of resources that match the criteria. The notMatchingCount field displays the number of resources that don't match the criteria.
source§impl InventoryGroup
impl InventoryGroup
sourcepub fn builder() -> InventoryGroupBuilder
pub fn builder() -> InventoryGroupBuilder
Creates a new builder-style object to manufacture InventoryGroup.
Trait Implementations§
source§impl Clone for InventoryGroup
impl Clone for InventoryGroup
source§fn clone(&self) -> InventoryGroup
fn clone(&self) -> InventoryGroup
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 InventoryGroup
impl Debug for InventoryGroup
source§impl PartialEq<InventoryGroup> for InventoryGroup
impl PartialEq<InventoryGroup> for InventoryGroup
source§fn eq(&self, other: &InventoryGroup) -> bool
fn eq(&self, other: &InventoryGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.