GetAssetResult

data class GetAssetResult(val assetArn: String? = null, val assetDescription: 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<AssetTag>? = null)

Constructors

Link copied to clipboard
fun GetAssetResult(assetArn: String? = null, assetDescription: String? = null, assetHierarchies: List<AssetHierarchy>? = null, assetId: String? = null, assetModelId: String? = null, assetName: String? = null, assetProperties: List<AssetProperty>? = null, tags: List<AssetTag>? = 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
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
Link copied to clipboard
val tags: List<AssetTag>? = null

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