InventoryAggregator
public class InventoryAggregator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Nested aggregators to further refine aggregation for an inventory type.
Declaration
Swift
public let aggregators: [InventoryAggregator]? -
The inventory type and attribute name for aggregation.
Declaration
Swift
public let expression: String? -
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.
Declaration
Swift
public let groups: [InventoryGroup]? -
Undocumented
Declaration
Swift
public init(aggregators: [InventoryAggregator]? = nil, expression: String? = nil, groups: [InventoryGroup]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
InventoryAggregator Class Reference