GetWorkspaceResult

data class GetWorkspaceResult(val arn: String? = null, val creationDateTime: String? = null, val description: String? = null, val role: String? = null, val s3Location: String? = null, val tags: Map<String, String>? = null, val updateDateTime: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationDateTime: String? = null, description: String? = null, role: String? = null, s3Location: String? = null, tags: Map<String, String>? = null, updateDateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the workspace.

Link copied to clipboard

The date and time when the workspace was created.

Link copied to clipboard
val description: String? = null

The description of the workspace.

Link copied to clipboard
val role: String? = null

The ARN of the execution role associated with the workspace.

Link copied to clipboard
val s3Location: String? = null

The ARN of the S3 bucket where resources associated with the workspace are stored.

Link copied to clipboard
val tags: Map<String, String>? = null

A map of key-value pairs to associate with a resource.

Link copied to clipboard
val updateDateTime: String? = null

The date and time of the current update.