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

Class: Aws::ApplicationDiscoveryService::Types::DescribeImportTasksRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::ImportTaskFilter>

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.

Returns:

  • (Array<Types::ImportTaskFilter>)

    An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results.

#max_resultsInteger

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

Returns:

  • (Integer)

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

#next_tokenString

The token to request a specific page of results.

Returns:

  • (String)

    The token to request a specific page of results.