class Aws::ApplicationDiscoveryService::Types::DescribeExportTasksRequest

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

data as a hash:

    {
      export_ids: ["ConfigurationsExportId"],
      filters: [
        {
          name: "FilterName", # required
          values: ["FilterValue"], # required
          condition: "Condition", # required
        },
      ],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] export_ids

One or more unique identifiers used to query the status of an export
request.
@return [Array<String>]

@!attribute [rw] filters

One or more filters.

* `AgentId` - ID of the agent whose collected data will be exported

^
@return [Array<Types::ExportFilter>]

@!attribute [rw] max_results

The maximum number of volume results returned by
`DescribeExportTasks` in paginated output. When this parameter is
used, `DescribeExportTasks` only returns `maxResults` results in a
single page along with a `nextToken` response element.
@return [Integer]

@!attribute [rw] next_token

The `nextToken` value returned from a previous paginated
`DescribeExportTasks` request where `maxResults` was used and the
results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the `nextToken`
value. This value is null when there are no more results to return.
@return [String]

Constants

SENSITIVE