GetSiteResult

data class GetSiteResult(val createdAt: String? = null, val description: String? = null, val location: SiteLocation? = null, val siteArn: String? = null, val siteId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, location: SiteLocation? = null, siteArn: String? = null, siteId: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The date and time that the device was created.

Link copied to clipboard
val description: String? = null

The description of the site.

Link copied to clipboard
val location: SiteLocation? = null

The location of the site.

Link copied to clipboard
val siteArn: String? = null

The Amazon Resource Name (ARN) of the site.

Link copied to clipboard
val siteId: String? = null

The ID of the site.

Link copied to clipboard
val state: String? = null

The state of the site.

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

The tags for the site.