ListTransformJobsRequest

Types

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

Properties

Link copied to clipboard

A filter that returns only transform jobs created after the specified time.

Link copied to clipboard

A filter that returns only transform jobs created before the specified time.

Link copied to clipboard

A filter that returns only transform jobs modified after the specified time.

Link copied to clipboard

A filter that returns only transform jobs modified before the specified time.

Link copied to clipboard

The maximum number of transform jobs to return in the response. The default value is 10.

Link copied to clipboard

A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.

Link copied to clipboard

If the result of the previous ListTransformJobs request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.

Link copied to clipboard

The field to sort results by. The default is CreationTime.

Link copied to clipboard

The sort order for results. The default is Descending.

Link copied to clipboard

A filter that retrieves only transform jobs with a specific status.

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