WorkspaceSummary

Contains summary information about a workspace, including its name, ARN, status, and creation and update timestamps.

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 workspace.

Link copied to clipboard

The date the workspace was created, in Unix epoch time.

Link copied to clipboard

The name of the workspace.

Link copied to clipboard

The status of the workspace.

Link copied to clipboard

The date the workspace was last updated, in Unix epoch time.

Functions

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