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
sourceimpl 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.
sourceimpl InventoryAggregator
impl InventoryAggregator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InventoryAggregator
.
Trait Implementations
sourceimpl Clone for InventoryAggregator
impl Clone for InventoryAggregator
sourcefn clone(&self) -> InventoryAggregator
fn clone(&self) -> InventoryAggregator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InventoryAggregator
impl Debug for InventoryAggregator
sourceimpl PartialEq<InventoryAggregator> for InventoryAggregator
impl PartialEq<InventoryAggregator> for InventoryAggregator
sourcefn eq(&self, other: &InventoryAggregator) -> bool
fn eq(&self, other: &InventoryAggregator) -> bool
impl StructuralPartialEq for InventoryAggregator
Auto Trait Implementations
impl RefUnwindSafe for InventoryAggregator
impl Send for InventoryAggregator
impl Sync for InventoryAggregator
impl Unpin for InventoryAggregator
impl UnwindSafe for InventoryAggregator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more