TaskSummary

Contains summary information about a task.

Types

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

Properties

Link copied to clipboard

The time the task was created, in Unix epoch time.

Link copied to clipboard

The description of the task.

Link copied to clipboard

The current lifecycle status of the task.

Link copied to clipboard

The ARN of the task.

Link copied to clipboard

The name of the task.

Link copied to clipboard

The time the task was last updated, in Unix epoch time.

Link copied to clipboard

The version of the task.

Functions

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