GetAssetResult

data class GetAssetResult(val assetArn: String? = null, val assetDescription: String? = null, val assetExternalId: String? = null, val assetHierarchies: List<AssetHierarchy>? = null, val assetId: String? = null, val assetModelId: String? = null, val assetName: String? = null, val assetProperties: List<AssetProperty>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(assetArn: String? = null, assetDescription: String? = null, assetExternalId: String? = null, assetHierarchies: List<AssetHierarchy>? = null, assetId: String? = null, assetModelId: String? = null, assetName: String? = null, assetProperties: List<AssetProperty>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assetArn: String? = null

The ARN of the asset

Link copied to clipboard

A description for the asset

Link copied to clipboard
val assetExternalId: String? = null

The External ID of the asset

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 assetId: String? = null

The ID of the asset

Link copied to clipboard
val assetModelId: String? = null

The ID of the asset model from which to create the asset.

Link copied to clipboard
val assetName: String? = null

A unique, friendly name for the asset.

Link copied to clipboard

The list of asset properties for the asset. This object doesn't include properties that you define in composite models. You can find composite model properties in the assetCompositeModels object.

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

A list of key-value pairs that contain metadata for the asset.