class Aws::ApplicationDiscoveryService::Types::ImportTaskFilter

A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.

<note markdown=“1”> When filtering by import status, all other filter values are ignored.

</note>

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

data as a hash:

    {
      name: "IMPORT_TASK_ID", # accepts IMPORT_TASK_ID, STATUS, NAME
      values: ["ImportTaskFilterValue"],
    }

@!attribute [rw] name

The name, status, or import task ID for a specific import task.
@return [String]

@!attribute [rw] values

An array of strings that you can provide to match against a specific
name, status, or import task ID to filter the results for your
import task queries.
@return [Array<String>]

Constants

SENSITIVE