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)

Dashboard version.

Constructors

Link copied to clipboard
constructor(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

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard
val createdTime: String? = null

The time that this dashboard version was created.

Link copied to clipboard
val dataSetArns: List<String>? = null

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

Link copied to clipboard
val description: String? = null

Description.

Link copied to clipboard
val errors: List<DashboardError>? = null

Errors associated with this dashboard version.

Link copied to clipboard
val sheets: List<DashboardSheet>? = null

A list of the associated sheets with the unique identifier and name of each sheet.

Link copied to clipboard
val sourceEntityArn: String? = null

Source entity ARN.

Link copied to clipboard

The HTTP status of the request.

Link copied to clipboard
val themeArn: String? = null

The ARN of the theme associated with a version of the dashboard.

Link copied to clipboard
val versionNumber: Double? = null

Version number for this version of the dashboard.