TaskTemplateMetadata

Contains summary information about the task template.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the task template.

Link copied to clipboard
val createdTime: <Error class: unknown class>?

The timestamp when the task template was created.

Link copied to clipboard

The description of the task template.

Link copied to clipboard
val id: String?

A unique identifier for the task template.

Link copied to clipboard
val lastModifiedTime: <Error class: unknown class>?

The timestamp when the task template was last modified.

Link copied to clipboard
val name: String?

The name of the task template.

Link copied to clipboard

Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.

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