InventoryFilter
public struct InventoryFilter : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the filter key. DeclarationSwift public let key: String
- 
                  
                  The type of filter. The Exists filter must be used with aggregators. For more information, see Aggregating inventory data in the AWS Systems Manager User Guide. DeclarationSwift public let type: InventoryQueryOperatorType?
- 
                  
                  Inventory filter values. Example: inventory filter where instance IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal DeclarationSwift public let values: [String]
- 
                  
                  Undocumented DeclarationSwift public init(key: String, type: InventoryQueryOperatorType? = nil, values: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub InventoryFilter Structure Reference
        InventoryFilter Structure Reference