You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LicenseManager::Types::InventoryFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InventoryFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "String", # required
  condition: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, BEGINS_WITH, CONTAINS
  value: "String",
}

An inventory filter.

Instance Attribute Summary collapse

Instance Attribute Details

#conditionString

Condition of the filter.

Possible values:

  • EQUALS
  • NOT_EQUALS
  • BEGINS_WITH
  • CONTAINS

Returns:

  • (String)

    Condition of the filter.

#nameString

Name of the filter.

Returns:

  • (String)

    Name of the filter.

#valueString

Value of the filter.

Returns:

  • (String)

    Value of the filter.