Dashboard Version
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)
Properties
Link copied to clipboard
The time that this dashboard version was created.
Link copied to clipboard
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
Link copied to clipboard
Description.
Link copied to clipboard
Errors associated with this dashboard version.
Link copied to clipboard
A list of the associated sheets with the unique identifier and name of each sheet.
Link copied to clipboard
Source entity ARN.
Link copied to clipboard
The HTTP status of the request.
Link copied to clipboard
Version number for this version of the dashboard.