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

Class: Aws::ApplicationDiscoveryService::Types::DescribeExportTasksRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#export_idsArray<String>

One or more unique identifiers used to query the status of an export request.

Returns:

  • (Array<String>)

    One or more unique identifiers used to query the status of an export request.

#filtersArray<Types::ExportFilter>

One or more filters.

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

^

Returns:

#max_resultsInteger

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.

Returns:

  • (Integer)

    The maximum number of volume results returned by DescribeExportTasks in paginated output.

#next_tokenString

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.

Returns:

  • (String)

    The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter.