InventoryFilter

public struct InventoryFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The name of the filter key.

    Declaration

    Swift

    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.

    Declaration

    Swift

    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

    Declaration

    Swift

    public let values: [String]
  • Undocumented

    Declaration

    Swift

    public init(key: String, type: InventoryQueryOperatorType? = nil, values: [String])
  • Declaration

    Swift

    public func validate(name: String) throws