GetFarmResponse

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Types

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

Properties

Link copied to clipboard

A multiplier applied to the farm's calculated costs for usage data and budget tracking. A value less than 1 represents a discount, a value greater than 1 represents a premium, and a value of 1 represents no adjustment.

Link copied to clipboard
val createdAt: <Error class: unknown class>

The date and time the resource was created.

Link copied to clipboard

The user or system that created this resource.

Link copied to clipboard

The description of the farm.

Link copied to clipboard

The display name of the farm.

Link copied to clipboard

The farm ID of the farm to get.

Link copied to clipboard

The ARN of the KMS key used on the farm.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The date and time the resource was updated.

Link copied to clipboard

The user or system that updated this resource.

Functions

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