UpdateDashboardRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the dashboard to update.

Link copied to clipboard

The new description for the dashboard. If not specified, the existing description is retained.

Link copied to clipboard
val name: String?

The new name for the dashboard. If not specified, the existing name is retained.

Link copied to clipboard

The updated array of widget configurations for the dashboard. Replaces all existing widgets.

Functions

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