class Aws::IoTSiteWise::Types::CreateAssetResponse

@!attribute [rw] asset_id

The ID of the asset. This ID uniquely identifies the asset within
IoT SiteWise and can be used with other IoT SiteWise APIs.
@return [String]

@!attribute [rw] asset_arn

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

`arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset/$\{AssetId\}`

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] asset_status

The status of the asset, which contains a state (`CREATING` after
successfully calling this operation) and any error message.
@return [Types::AssetStatus]

Constants

SENSITIVE