Struct aws_sdk_ssm::model::InventoryAggregator
source · #[non_exhaustive]pub struct InventoryAggregator { /* private fields */ }Expand description
Specifies the inventory type and attribute for the aggregation execution.
Implementations§
source§impl InventoryAggregator
impl InventoryAggregator
sourcepub fn expression(&self) -> Option<&str>
pub fn expression(&self) -> Option<&str>
The inventory type and attribute name for aggregation.
sourcepub fn aggregators(&self) -> Option<&[InventoryAggregator]>
pub fn aggregators(&self) -> Option<&[InventoryAggregator]>
Nested aggregators to further refine aggregation for an inventory type.
sourcepub fn groups(&self) -> Option<&[InventoryGroup]>
pub fn groups(&self) -> Option<&[InventoryGroup]>
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.
source§impl InventoryAggregator
impl InventoryAggregator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InventoryAggregator.
Trait Implementations§
source§impl Clone for InventoryAggregator
impl Clone for InventoryAggregator
source§fn clone(&self) -> InventoryAggregator
fn clone(&self) -> InventoryAggregator
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 InventoryAggregator
impl Debug for InventoryAggregator
source§impl PartialEq<InventoryAggregator> for InventoryAggregator
impl PartialEq<InventoryAggregator> for InventoryAggregator
source§fn eq(&self, other: &InventoryAggregator) -> bool
fn eq(&self, other: &InventoryAggregator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.