GetFarmResult

data class GetFarmResult(val arn: String? = null, val description: String? = null, val displayName: String? = null, val farmId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, displayName: String? = null, farmId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) assigned to the farm.

Link copied to clipboard
val description: String? = null

A description of the farm that helps identify what the farm is used for.

Link copied to clipboard
val displayName: String? = null

The display name of the farm.

Link copied to clipboard
val farmId: String? = null

The farm ID.

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

An array of key-value pairs to apply to this resource.