class Aws::IoTSiteWise::Types::CreateAssetModelResponse
@!attribute [rw] asset_model_id
The ID of the asset model. You can use this ID when you call other IoT SiteWise APIs. @return [String]
@!attribute [rw] asset_model_arn
The [ARN][1] of the asset model, which has the following format. `arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset-model/$\{AssetModelId\}` [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html @return [String]
@!attribute [rw] asset_model_status
The status of the asset model, which contains a state (`CREATING` after successfully calling this operation) and any error message. @return [Types::AssetModelStatus]
Constants
- SENSITIVE