DashboardEntry

Represents a specific dashboard.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the dashboard.

Link copied to clipboard

The name of the dashboard.

Link copied to clipboard

The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard
val size: Long?

The size of the dashboard, in bytes.

Functions

Link copied to clipboard
inline fun copy(block: DashboardEntry.Builder.() -> Unit = {}): DashboardEntry
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