DashboardVersion

data class DashboardVersion(val arn: String? = null, val createdTime: String? = null, val dataSetArns: List<String>? = null, val description: String? = null, val errors: List<DashboardError>? = null, val sheets: List<DashboardSheet>? = null, val sourceEntityArn: String? = null, val status: DashboardResourceStatus? = null, val themeArn: String? = null, val versionNumber: Double? = null)

Constructors

Link copied to clipboard
fun DashboardVersion(arn: String? = null, createdTime: String? = null, dataSetArns: List<String>? = null, description: String? = null, errors: List<DashboardError>? = null, sheets: List<DashboardSheet>? = null, sourceEntityArn: String? = null, status: DashboardResourceStatus? = null, themeArn: String? = null, versionNumber: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val createdTime: String? = null
Link copied to clipboard
val dataSetArns: List<String>? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val errors: List<DashboardError>? = null
Link copied to clipboard
val sheets: List<DashboardSheet>? = null
Link copied to clipboard
val sourceEntityArn: String? = null
Link copied to clipboard
Link copied to clipboard
val themeArn: String? = null
Link copied to clipboard
val versionNumber: Double? = null