NAME
Paws::IoTSiteWise::CreateAssetResponse
ATTRIBUTES
REQUIRED AssetArn => Str
The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the asset, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
REQUIRED AssetId => Str
The ID of the asset. This ID uniquely identifies the asset within AWS IoT SiteWise and can be used with other AWS IoT SiteWise APIs.
REQUIRED AssetStatus => Paws::IoTSiteWise::AssetStatus
The status of the asset, which contains a state (CREATING
after successfully calling this operation) and any error message.