CreateWorkspaceResponse

Represents the output of a CreateWorkspace operation.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN for the new workspace.

Link copied to clipboard

(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.

Link copied to clipboard

The current status of the new workspace. Immediately after you create the workspace, the status is usually CREATING.

Link copied to clipboard

The list of tag keys and values that are associated with the workspace.

Link copied to clipboard

The unique ID for the new workspace.

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