Template Version
data class TemplateVersion(val createdTime: String? = null, val dataSetConfigurations: List<TemplateDataSetConfiguration>? = null, val description: String? = null, val errors: List<TemplateError>? = null, val sheets: List<TemplateSheet>? = null, val sourceEntityArn: String? = null, val status: TemplateResourceStatus? = null, val themeArn: String? = null, val versionNumber: Double? = null)
A version of a template.
Constructors
Link copied to clipboard
constructor(createdTime: String? = null, dataSetConfigurations: List<TemplateDataSetConfiguration>? = null, description: String? = null, errors: List<TemplateError>? = null, sheets: List<TemplateSheet>? = null, sourceEntityArn: String? = null, status: TemplateResourceStatus? = null, themeArn: String? = null, versionNumber: Double? = null)
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 version number of the template version.