You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::DescribeAssetModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_arnString

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

arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}`

Returns:

  • (String)

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

#asset_model_creation_dateTime

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

Returns:

  • (Time)

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

#asset_model_descriptionString

The asset model\'s description.

Returns:

  • (String)

    The asset model\'s description.

#asset_model_hierarchiesArray<Types::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.

Returns:

  • (Array<Types::AssetModelHierarchy>)

    A list of asset model hierarchies that each contain a childAssetModelId and a hierarchyId (named id).

#asset_model_idString

The ID of the asset model.

Returns:

  • (String)

    The ID of the asset model.

#asset_model_last_update_dateTime

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

Returns:

  • (Time)

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

#asset_model_nameString

The name of the asset model.

Returns:

  • (String)

    The name of the asset model.

#asset_model_propertiesArray<Types::AssetModelProperty>

The list of asset properties for the asset model.

Returns:

#asset_model_statusTypes::AssetModelStatus

The current status of the asset model, which contains a state and any error message.

Returns:

  • (Types::AssetModelStatus)

    The current status of the asset model, which contains a state and any error message.