GetWorkerConfigurationResult

data class GetWorkerConfigurationResult(val revision: Int? = null, val tags: List<Tag>? = null, val workerConfigurationArn: String? = null)

Constructors

Link copied to clipboard
constructor(revision: Int? = null, tags: List<Tag>? = null, workerConfigurationArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val revision: Int? = null

The description of a revision of the worker configuration.

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

A collection of tags associated with a resource

Link copied to clipboard

The Amazon Resource Name (ARN) of the custom configuration.