ThemeVersion

A version of a theme.

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 resource.

Link copied to clipboard

The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

Link copied to clipboard

The theme configuration, which contains all the theme display properties.

Link copied to clipboard

The date and time that this theme version was created.

Link copied to clipboard

The description of the theme.

Link copied to clipboard

Errors associated with the theme.

Link copied to clipboard

The status of the theme version.

Link copied to clipboard

The version number of the theme.

Functions

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