ListExportJobsRequest

Represents a request to list all export jobs with filters.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value used to list export jobs that have a certain ExportSourceType.

Link copied to clipboard

A value used to list export jobs that have a certain JobStatus.

Link copied to clipboard

The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

Link copied to clipboard

Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String