BundleTask

Describes a bundle task.

Types

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

Properties

Link copied to clipboard

The ID of the bundle task.

Link copied to clipboard

If the task fails, a description of the error.

Link copied to clipboard

The ID of the instance associated with this bundle task.

Link copied to clipboard

The level of task completion, as a percent (for example, 20%).

Link copied to clipboard

The time this task started.

Link copied to clipboard

The state of the task.

Link copied to clipboard

The Amazon S3 storage locations.

Link copied to clipboard

The time of the most recent update for the task.

Functions

Link copied to clipboard
inline fun copy(block: BundleTask.Builder.() -> Unit = {}): BundleTask
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