WorkspaceBundle

Describes a WorkSpace bundle.

Types

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

Properties

Link copied to clipboard

The identifier of the bundle.

Link copied to clipboard

The type of WorkSpace bundle.

Link copied to clipboard

The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

Link copied to clipboard

The time when the bundle was created.

Link copied to clipboard

The description of the bundle.

Link copied to clipboard

The identifier of the image that was used to create the bundle.

Link copied to clipboard

The last time that the bundle was updated.

Link copied to clipboard
val name: String?

The name of the bundle.

Link copied to clipboard

The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.

Link copied to clipboard

The size of the root volume.

Link copied to clipboard

The state of the WorkSpace bundle.

Link copied to clipboard

The size of the user volume.

Functions

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