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

Class: Aws::IoTSiteWise::Types::CreateAssetModelResponse

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_idString

The ID of the asset model. You can use this ID when you call other AWS IoT SiteWise APIs.

Returns:

  • (String)

    The ID of the asset model.

#asset_model_statusTypes::AssetModelStatus

The status of the asset model, which contains a state (CREATING after successfully calling this operation) and any error message.

Returns:

  • (Types::AssetModelStatus)

    The status of the asset model, which contains a state (CREATING after successfully calling this operation) and any error message.