Site

class Site

Facility containing destinations, workers, activities, and tasks.

Types

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

Properties

Link copied to clipboard
val arn: String

Site ARN.

Link copied to clipboard

A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.

Link copied to clipboard

Timestamp at which the resource was created.

Link copied to clipboard

The name of the site. Mutable after creation and unique within a given account.

Functions

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