GetAssetModelResult

data class GetAssetModelResult(val assetModelArn: String? = null, val assetModelCompositeModels: List<AssetModelCompositeModel>? = null, val assetModelDescription: String? = null, val assetModelExternalId: String? = null, val assetModelHierarchies: List<AssetModelHierarchy>? = null, val assetModelId: String? = null, val assetModelName: String? = null, val assetModelProperties: List<AssetModelProperty>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(assetModelArn: String? = null, assetModelCompositeModels: List<AssetModelCompositeModel>? = null, assetModelDescription: String? = null, assetModelExternalId: String? = null, assetModelHierarchies: List<AssetModelHierarchy>? = null, assetModelId: String? = null, assetModelName: String? = null, assetModelProperties: List<AssetModelProperty>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assetModelArn: String? = null

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

Link copied to clipboard

The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties.

Link copied to clipboard

A description for the asset model.

Link copied to clipboard

The external ID of the asset model.

Link copied to clipboard

The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. You can specify up to 10 hierarchies per asset model.

Link copied to clipboard
val assetModelId: String? = null

The ID of the asset model.

Link copied to clipboard
val assetModelName: String? = null

A unique, friendly name for the asset model.

Link copied to clipboard

The property definitions of the asset model. You can specify up to 200 properties per asset model.

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

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