InventoryFilter

One or more filters. Use a filter to return a more specific list of results.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The name of the filter key.

Link copied to clipboard

The type of filter.

Link copied to clipboard

Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

Functions

Link copied to clipboard
inline fun copy(block: InventoryFilter.Builder.() -> Unit = {}): InventoryFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String