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

Class: Aws::IoTSiteWise::Types::CreateAssetResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_arnString

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

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

Returns:

  • (String)

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

#asset_idString

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.

Returns:

  • (String)

    The ID of the asset.

#asset_statusTypes::AssetStatus

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

Returns:

  • (Types::AssetStatus)

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