WorkspaceSummary

An object that contains information about a workspace.

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 and time when the workspace was created.

Link copied to clipboard

The description of the workspace.

Link copied to clipboard

A list of services that are linked to the workspace.

Link copied to clipboard

The date and time when the workspace was last updated.

Link copied to clipboard

The ID of the workspace.

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