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.

Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.ImportJobsResponse

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

Syntax

C#
public class ImportJobsResponse

The ImportJobsResponse type exposes the following members

Constructors

NameDescription
Public Method ImportJobsResponse()

Properties

NameTypeDescription
Public Property Item System.Collections.Generic.List<Amazon.Pinpoint.Model.ImportJobResponse>

Gets and sets the property Item.

An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).

Public Property NextToken System.String

Gets and sets the property NextToken.

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

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