Theme Version
data class ThemeVersion(val arn: String? = null, val baseThemeId: String? = null, val configuration: ThemeConfiguration? = null, val createdTime: String? = null, val description: String? = null, val errors: List<ThemeError>? = null, val status: ThemeResourceStatus? = null, val versionNumber: Double? = null)
A version of a theme.
Constructors
Link copied to clipboard
constructor(arn: String? = null, baseThemeId: String? = null, configuration: ThemeConfiguration? = null, createdTime: String? = null, description: String? = null, errors: List<ThemeError>? = null, status: ThemeResourceStatus? = null, versionNumber: Double? = null)
Properties
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.