class Aws::LicenseManager::Types::ListResourceInventoryRequest

@note When making an API call, you may pass ListResourceInventoryRequest

data as a hash:

    {
      max_results: 1,
      next_token: "String",
      filters: [
        {
          name: "String", # required
          condition: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, BEGINS_WITH, CONTAINS
          value: "String",
        },
      ],
    }

@!attribute [rw] max_results

Maximum number of results to return in a single call.
@return [Integer]

@!attribute [rw] next_token

Token for the next set of results.
@return [String]

@!attribute [rw] filters

Filters to scope the results. The following filters and logical
operators are supported:

* `account_id` - The ID of the AWS account that owns the resource.
  Logical operators are `EQUALS` \| `NOT_EQUALS`.

* `application_name` - The name of the application. Logical
  operators are `EQUALS` \| `BEGINS_WITH`.

* `license_included` - The type of license included. Logical
  operators are `EQUALS` \| `NOT_EQUALS`. Possible values are
  `sql-server-enterprise` \| `sql-server-standard` \|
  `sql-server-web` \| `windows-server-datacenter`.

* `platform` - The platform of the resource. Logical operators are
  `EQUALS` \| `BEGINS_WITH`.

* `resource_id` - The ID of the resource. Logical operators are
  `EQUALS` \| `NOT_EQUALS`.

* `tag:<key>` - The key/value combination of a tag assigned to the
  resource. Logical operators are `EQUALS` (single account) or
  `EQUALS` \| `NOT_EQUALS` (cross account).
@return [Array<Types::InventoryFilter>]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListResourceInventoryRequest AWS API Documentation

Constants

SENSITIVE