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