TemplateVersion

A version of a template.

Types

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

Properties

Link copied to clipboard

The time that this template version was created.

Link copied to clipboard

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

Link copied to clipboard

The description of the template.

Link copied to clipboard

Errors associated with this template version.

Link copied to clipboard

A list of the associated sheets with the unique identifier and name of each sheet.

Link copied to clipboard

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

Link copied to clipboard

The status that is associated with the template.

Link copied to clipboard

The ARN of the theme associated with this version of the template.

Link copied to clipboard

The version number of the template version.

Functions

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