GetWorkGroupResult

data class GetWorkGroupResult(val creationTime: String? = null, val description: String? = null, val state: WorkGroupState? = null, val tags: List<Tag>? = null, val workGroupConfiguration: WorkGroupConfiguration? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, state: WorkGroupState? = null, tags: List<Tag>? = null, workGroupConfiguration: WorkGroupConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The date and time the workgroup was created.

Link copied to clipboard
val description: String? = null

The workgroup description.

Link copied to clipboard
val state: WorkGroupState? = null

The state of the workgroup: ENABLED or DISABLED.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags, separated by commas, that you want to attach to the workgroup as you create it

Link copied to clipboard

The workgroup configuration