# Generated by default/object.tt package Paws::SSM::InventoryAggregator; use Moose; has Aggregators => (is => 'ro', isa => 'ArrayRef[Paws::SSM::InventoryAggregator]'); has Expression => (is => 'ro', isa => 'Str'); has Groups => (is => 'ro', isa => 'ArrayRef[Paws::SSM::InventoryGroup]'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSM::InventoryAggregator =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::InventoryAggregator object: $service_obj->Method(Att1 => { Aggregators => $value, ..., Groups => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::InventoryAggregator object: $result = $service_obj->Method(...); $result->Att1->Aggregators =head1 DESCRIPTION Specifies the inventory type and attribute for the aggregation execution. =head1 ATTRIBUTES =head2 Aggregators => ArrayRef[L] Nested aggregators to further refine aggregation for an inventory type. =head2 Expression => Str The inventory type and attribute name for aggregation. =head2 Groups => ArrayRef[L] 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. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut