Class: Aws::SSM::Types::InventoryAggregator

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aggregatorsArray<Types::InventoryAggregator>

Nested aggregators to further refine aggregation for an inventory type.

Returns:



10490
10491
10492
10493
10494
10495
10496
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10490

class InventoryAggregator < Struct.new(
  :expression,
  :aggregators,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end

#expressionString

The inventory type and attribute name for aggregation.

Returns:

  • (String)


10490
10491
10492
10493
10494
10495
10496
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10490

class InventoryAggregator < Struct.new(
  :expression,
  :aggregators,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<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.

Returns:



10490
10491
10492
10493
10494
10495
10496
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10490

class InventoryAggregator < Struct.new(
  :expression,
  :aggregators,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end