NAME
Paws::IoTSiteWise::DescribeAssetModelResponse
ATTRIBUTES
REQUIRED AssetModelArn => Str
The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the asset model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
AssetModelCompositeModels => ArrayRef[Paws::IoTSiteWise::AssetModelCompositeModel]
The list of composite asset models for the asset model.
REQUIRED AssetModelCreationDate => Str
The date the asset model was created, in Unix epoch time.
REQUIRED AssetModelDescription => Str
The asset model's description.
REQUIRED AssetModelHierarchies => ArrayRef[Paws::IoTSiteWise::AssetModelHierarchy]
A list of asset model hierarchies that each contain a childAssetModelId
and a hierarchyId
(named id
). A hierarchy specifies allowed parent/child asset relationships for an asset model.
REQUIRED AssetModelId => Str
The ID of the asset model.
REQUIRED AssetModelLastUpdateDate => Str
The date the asset model was last updated, in Unix epoch time.
REQUIRED AssetModelName => Str
The name of the asset model.
REQUIRED AssetModelProperties => ArrayRef[Paws::IoTSiteWise::AssetModelProperty]
The list of asset properties for the asset model.
This object doesn't include properties that you define in composite models. You can find composite model properties in the assetModelCompositeModels
object.
REQUIRED AssetModelStatus => Paws::IoTSiteWise::AssetModelStatus
The current status of the asset model, which contains a state and any error message.