AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the inventory type and attribute for the aggregation execution.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InventoryAggregator

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class InventoryAggregator

The InventoryAggregator type exposes the following members

Constructors

NameDescription
Public Method InventoryAggregator()

Properties

NameTypeDescription
Public Property Aggregators System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.InventoryAggregator>

Gets and sets the property Aggregators.

Nested aggregators to further refine aggregation for an inventory type.

Public Property Expression System.String

Gets and sets the property Expression.

The inventory type and attribute name for aggregation.

Public Property Groups System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.InventoryGroup>

Gets and sets the property Groups.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5