Theme

class Theme

Summary information about 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 theme.

Link copied to clipboard

The date and time that the theme was created.

Link copied to clipboard

The date and time that the theme was last updated.

Link copied to clipboard
val name: String?

The name that the user gives to the theme.

Link copied to clipboard

The identifier that the user gives to the theme.

Link copied to clipboard

The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

Link copied to clipboard

A version of a theme.

Functions

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