AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeImportTasks operation. Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceRequest
      Amazon.ApplicationDiscoveryService.Model.DescribeImportTasksRequest

Namespace: Amazon.ApplicationDiscoveryService.Model
Assembly: AWSSDK.ApplicationDiscoveryService.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeImportTasksRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The DescribeImportTasksRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.List<Amazon.ApplicationDiscoveryService.Model.ImportTaskFilter>

Gets and sets the property 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.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

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

Public Property NextToken System.String

Gets and sets the property NextToken.

The token to request a specific page of results.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5