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

Class: Aws::IoTSiteWise::Types::DescribeAssetResponse

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_creation_dateTime

The date the asset was created, in Unix epoch time.

Returns:

  • (Time)

    The date the asset was created, in Unix epoch time.

#asset_hierarchiesArray<Types::AssetHierarchy>

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

Returns:

#asset_idString

The ID of the asset.

Returns:

  • (String)

    The ID of the asset.

#asset_last_update_dateTime

The date the asset was last updated, in Unix epoch time.

Returns:

  • (Time)

    The date the asset was last updated, in Unix epoch time.

#asset_model_idString

The ID of the asset model that was used to create the asset.

Returns:

  • (String)

    The ID of the asset model that was used to create the asset.

#asset_nameString

The name of the asset.

Returns:

  • (String)

    The name of the asset.

#asset_propertiesArray<Types::AssetProperty>

The list of asset properties for the asset.

Returns:

#asset_statusTypes::AssetStatus

The current status of the asset, which contains a state and any error message.

Returns:

  • (Types::AssetStatus)

    The current status of the asset, which contains a state and any error message.