class Aws::ApplicationDiscoveryService::Types::DescribeImportTasksRequest

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

data as a hash:

    {
      filters: [
        {
          name: "IMPORT_TASK_ID", # accepts IMPORT_TASK_ID, STATUS, NAME
          values: ["ImportTaskFilterValue"],
        },
      ],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] filters

An array of name-value pairs that you provide to filter the results
for the `DescribeImportTask` request to a specific subset of
results. Currently, wildcard values aren't supported for filters.
@return [Array<Types::ImportTaskFilter>]

@!attribute [rw] max_results

The maximum number of results that you want this request to return,
up to 100.
@return [Integer]

@!attribute [rw] next_token

The token to request a specific page of results.
@return [String]

Constants

SENSITIVE