Class: Aws::SSM::Types::InventoryAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryAggregator
- Defined in:
- gems/aws-sdk-ssm/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.
10799 10800 10801 10802 10803 10804 10805 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10799 class InventoryAggregator < Struct.new( :expression, :aggregators, :groups) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ String
The inventory type and attribute name for aggregation.
10799 10800 10801 10802 10803 10804 10805 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10799 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.
10799 10800 10801 10802 10803 10804 10805 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10799 class InventoryAggregator < Struct.new( :expression, :aggregators, :groups) SENSITIVE = [] include Aws::Structure end |