AssetSummary

Contains a summary of an asset.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the asset, which has the following format.

Link copied to clipboard

The ID of the asset model used to create this asset.

Link copied to clipboard

The date the asset was created, in Unix epoch time.

Link copied to clipboard

A description for the asset.

Link copied to clipboard

The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.

Link copied to clipboard

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

Link copied to clipboard
val id: String

The ID of the asset, in UUID format.

Link copied to clipboard

The date the asset was last updated, in Unix epoch time.

Link copied to clipboard

The name of the asset.

Link copied to clipboard

The current status of the asset.

Functions

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