Class: Aws::SSM::Types::InventoryAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryAggregator
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Specifies the inventory type and attribute for the aggregation execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregators ⇒ Array<Types::InventoryAggregator>
Nested aggregators to further refine aggregation for an inventory type.
-
#expression ⇒ String
The inventory type and attribute name for aggregation.
-
#groups ⇒ Array<Types::InventoryGroup>
A user-defined set of one or more filters on which to aggregate inventory data.
Instance Attribute Details
#aggregators ⇒ Array<Types::InventoryAggregator>
Nested aggregators to further refine aggregation for an inventory type.
10797 10798 10799 10800 10801 10802 10803 |
# File 'lib/aws-sdk-ssm/types.rb', line 10797 class InventoryAggregator < Struct.new( :expression, :aggregators, :groups) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ String
The inventory type and attribute name for aggregation.
10797 10798 10799 10800 10801 10802 10803 |
# File 'lib/aws-sdk-ssm/types.rb', line 10797 class InventoryAggregator < Struct.new( :expression, :aggregators, :groups) SENSITIVE = [] include Aws::Structure end |
#groups ⇒ Array<Types::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.
10797 10798 10799 10800 10801 10802 10803 |
# File 'lib/aws-sdk-ssm/types.rb', line 10797 class InventoryAggregator < Struct.new( :expression, :aggregators, :groups) SENSITIVE = [] include Aws::Structure end |